Skip to content

Commit 92eac36

Browse files
committed
Update CI
1 parent 583700d commit 92eac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Publish to npm
4040
needs: test
4141
runs-on: ubuntu-latest
42-
if: startsWith(github.ref, 'refs/tags/v')
42+
if: startsWith(github.ref, 'refs/tags/')
4343

4444
steps:
4545
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)