Skip to content

Commit

Permalink
fix tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Jul 1, 2024
1 parent b6ec455 commit 0502e0b
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 @@ -44,7 +44,7 @@ jobs:
contents: write # Grant write access to the repository
needs:
- build
if: ${{ !startsWith(github.ref, 'refs/tags/release-v') && !endsWith(github.ref, 'main') }} # tag if not a release
if: ${{ !startsWith(github.ref, 'refs/tags/release-v') }} # tag if not a release
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0502e0b

Please sign in to comment.