Skip to content

Commit 100593e

Browse files
fix: only release with tag
1 parent 0bf1736 commit 100593e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: ./download_7z.sh
2828

2929
- uses: softprops/action-gh-release@v2
30+
if: github.ref_type == 'tag'
3031
with:
3132
token: "${{ secrets.GITHUB_TOKEN }}"
3233
name: Development Build

0 commit comments

Comments
 (0)