We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87899e5 commit 22f8558Copy full SHA for 22f8558
.github/workflows/create-release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Release
17
uses: softprops/action-gh-release@v2
18
+ if: github.ref_type == 'tag'
19
with:
20
body_path: ${{ github.workspace }}/CHANGELOG.md
21
draft: true
0 commit comments