Skip to content

Commit 808325f

Browse files
publish.yml: only create release for tags (#40)
1 parent 00499f9 commit 808325f

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)