Skip to content

Commit ae13773

Browse files
committed
Fix
1 parent 69440c4 commit ae13773

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,18 @@ jobs:
5353
upload_url: ${{ steps.release.outputs.upload_url }}
5454
steps:
5555
- name: Create GitHub release
56-
uses: shogo82148/actions-create-release@v1
56+
id: release
5757
if: github.ref_type == 'tag'
58+
uses: shogo82148/actions-create-release@v1
5859
with:
5960
draft: true
6061
generate_release_notes: true
6162

6263
# For testing
6364
- name: Create test GitHub release
64-
uses: shogo82148/actions-create-release@v1
65+
id: release
6566
if: github.ref_type != 'tag'
67+
uses: shogo82148/actions-create-release@v1
6668
with:
6769
draft: true
6870
overwrite: true

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)