We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21efb9e commit 22ca229Copy full SHA for 22ca229
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
50
publish:
51
- if: github.event_name == 'push'
+ if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/v')
52
needs: [build]
53
runs-on: ubuntu-latest
54
0 commit comments