Skip to content

Commit

Permalink
tmp: dont check if its a new tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscobmacedo authored Oct 14, 2024
1 parent 72553fc commit 11a765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
jobs: ${{ toJSON(needs) }}
release:
needs: [check]
if: needs.check.outputs.result == 'success' && startsWith(github.ref, 'refs/tags/')
if: needs.check.outputs.result == 'success'
runs-on: ubuntu-latest
environment: release

Expand Down

0 comments on commit 11a765c

Please sign in to comment.