Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Dec 30, 2024
1 parent 7fcacf4 commit 96f206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
release:
needs: deploy
runs-on: ubuntu-latest
if: "!endsWith(needs.build.deploy.version, '-SNAPSHOT')"
if: "!endsWith(needs.deploy.outputs.version, '-SNAPSHOT')"
steps:
- name: Release
env:
Expand Down

0 comments on commit 96f206f

Please sign in to comment.