We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb01e commit ea84989Copy full SHA for ea84989
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
release:
38
runs-on: ubuntu-latest
39
needs: test
40
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/v')
41
42
steps:
43
- uses: actions/checkout@v4
0 commit comments