Skip to content

Commit

Permalink
Release on all tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Sep 6, 2024
1 parent 7b7d278 commit 9344c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
permissions:
id-token: write
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
if: github.ref_type == 'tag'
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9344c0b

Please sign in to comment.