Skip to content

Commit

Permalink
Merge pull request #5 from SamBroomy/version-bump
Browse files Browse the repository at this point in the history
try again
  • Loading branch information
SamBroomy authored Dec 9, 2024
2 parents 2bbafd2 + 95d6ced commit 84c7b34
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 84c7b34

Please sign in to comment.