Skip to content

Commit 6bf3172

Browse files
committed
ci: remove 'v' prefix requirement for publish workflow tags
1 parent c1eaa41 commit 6bf3172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
publish:
4040
runs-on: ubuntu-latest
4141
needs: build
42-
if: success() && startsWith(github.ref, 'refs/tags/v')
42+
if: success() && startsWith(github.ref, 'refs/tags/')
4343
steps:
4444
- name: Checkout
4545
uses: actions/checkout@v3

0 commit comments

Comments
 (0)