diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af607caf..11dfaa60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: needs: [create-release-draft] steps: - name: Find matching draft tag - description: Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts. + # Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts. id: prep run: | $res = Invoke-WebRequest -Uri "https://api.github.com/repos/${{ github.repository }}/releases" -Headers @{'Authorization' = "token ${{ github.token }}"} @@ -171,7 +171,7 @@ jobs: needs: [create-release-draft] steps: - name: Find matching draft tag - description: Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts. + # Fetches the `asset_id` of the uploaded bundle. A non-empty `asset_id` signals a successful upload, preventing duplicate uploads in retry attempts. id: prep run: | VERSION=$(curl -s -H "Authorization: token ${{ github.token }}" \