Skip to content

Commit

Permalink
Fix for publish var
Browse files Browse the repository at this point in the history
  • Loading branch information
warmans committed Jul 4, 2024
1 parent 55cb4c2 commit ada0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && !contains( env.GIT_TAG, '.rc' )
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '.rc')
needs:
- build
- test
Expand Down

0 comments on commit ada0d85

Please sign in to comment.