Skip to content

Commit 82ad296

Browse files
committed
Update release tag: don't create releases on workflow_dispatch
1 parent 48ace8a commit 82ad296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cp "result-macos/${macos_base}.tar.gz" "assets/${macos_base}-arm64.tar.gz"
6161
6262
- name: Release
63+
if: github.event_name == 'release'
6364
uses: input-output-hk/action-gh-release@v1
6465
with:
6566
draft: true

0 commit comments

Comments
 (0)