Skip to content

Commit

Permalink
Chore: Run publish only on tagged refs without any prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 3, 2021
1 parent 6f7c069 commit 534caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
publish:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
name: Publish package
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 534caf3

Please sign in to comment.