Skip to content

Commit

Permalink
Fix release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 19, 2023
1 parent 2e65be7 commit a40e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
if: startsWith(github.ref, 'refs/tags/')
needs:
[
macos,
Expand Down

0 comments on commit a40e7bc

Please sign in to comment.