We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78545f4 commit b76e4a6Copy full SHA for b76e4a6
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,6 @@ jobs:
32
publish:
33
runs-on: ubuntu-latest
34
needs: test # Ensure the tests are run first
35
- if: startsWith(github.ref, 'refs/tags/v') # Only run this on new version tags
36
37
steps:
38
- name: Checkout repository
0 commit comments