diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa4ef6c..40b802e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: true env: - BOXLANG_VERSION: 1.0.0-beta25 + BOXLANG_VERSION: 1.0.0-beta26 IMAGE_VERSION: 1.1.0 # if 'development' it's true, then it's a snapshot build SNAPSHOT: ${{ github.ref == 'refs/heads/development' }} @@ -81,6 +81,7 @@ jobs: # Snapshot builds BUILD_IMAGE_TAG="${BUILD_IMAGE_TAG}-snapshot" + BOXLANG_VERSION="1.0.0-snapshot" fi