Skip to content

Commit

Permalink
ci: release, always update the version
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
  • Loading branch information
evacchi committed Nov 13, 2024
1 parent bf6c1b3 commit a8a2a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
git config user.email "oss@extism.org"
- name: Set the version
if: ${{ ! endsWith(github.event.inputs.release-version, '-SNAPSHOT') }}
run: |
mvn --batch-mode --no-transfer-progress versions:set -DgenerateBackupPoms=false -DnewVersion=${{ github.event.inputs.release-version }}
env:
Expand Down

0 comments on commit a8a2a4b

Please sign in to comment.