Skip to content

Commit

Permalink
ci: add publish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed Mar 13, 2024
1 parent 417e478 commit 4e24a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
needs: [tests, build]
runs-on: ubuntu-latest
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4e24a46

Please sign in to comment.