Skip to content

Commit 537c4d9

Browse files
authored
build: fix release workflow (#251)
1 parent 48ee7fd commit 537c4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: [create-release-draft]
8282
steps:
8383
- name: Find Matching Draft Tag
84-
description: Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts.
84+
# Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts.
8585
id: prep
8686
run: |
8787
$res = Invoke-WebRequest -Uri "https://api.github.com/repos/${{ github.repository }}/releases" -Headers @{'Authorization' = "token ${{ github.token }}"}
@@ -167,7 +167,7 @@ jobs:
167167
needs: [create-release-draft]
168168
steps:
169169
- name: Find Matching Draft Tag
170-
description: Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts.
170+
# Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts.
171171
id: prep
172172
run: |
173173
VERSION=$(curl -s -H "Authorization: token ${{ github.token }}" \

0 commit comments

Comments
 (0)