fix: create release only if ref is tag

This commit is contained in:
Vitaly Gashkov
2026-02-08 14:17:30 +05:00
parent 4175a41b73
commit 9dec6c95a4
+1
View File
@@ -44,6 +44,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
generate_release_notes: true
prerelease: ${{ steps.version.outputs.PRERELEASE == 'true' }}