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.
publish.yml
1 parent 37c02b5 commit f05da76Copy full SHA for f05da76
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Create Release
29
id: create_release
30
+ if: startsWith(github.ref, 'refs/tags/')
31
uses: softprops/action-gh-release@v1
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments