Skip to content

Commit 22f8558

Browse files
authored
Update create-release.yml
1 parent 87899e5 commit 22f8558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Release
1717
uses: softprops/action-gh-release@v2
18+
if: github.ref_type == 'tag'
1819
with:
1920
body_path: ${{ github.workspace }}/CHANGELOG.md
2021
draft: true

0 commit comments

Comments
 (0)