We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b85786 commit cfd6188Copy full SHA for cfd6188
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
publish-types-test:
66
needs: [ test, test-types ]
67
runs-on: ubuntu-latest
68
- if: !startsWith(github.ref, 'refs/tags/v')
+ if: "!startsWith(github.ref, 'refs/tags/v')"
69
steps:
70
- uses: actions/checkout@v4
71
- name: Extract version
0 commit comments