Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBroomy committed Dec 9, 2024
1 parent 9bca658 commit 95d6ced
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 @@ -67,7 +67,7 @@ jobs:
needs: test
permissions:
id-token: write
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 95d6ced

Please sign in to comment.