Skip to content

Commit f05da76

Browse files
committed
publish.yml: only create release for tags
1 parent 37c02b5 commit f05da76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Create Release
2929
id: create_release
30+
if: startsWith(github.ref, 'refs/tags/')
3031
uses: softprops/action-gh-release@v1
3132
env:
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)