We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583700d commit 92eac36Copy full SHA for 92eac36
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
name: Publish to npm
40
needs: test
41
runs-on: ubuntu-latest
42
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/')
43
44
steps:
45
- uses: actions/checkout@v5
0 commit comments