From 568ec70f21ad9d7dfd862ab9b96b1e07c56cb67d Mon Sep 17 00:00:00 2001 From: Mike Han <56001373+mhan83@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:48:48 -0700 Subject: [PATCH] No description property on a step (#281) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ee77e7..6c513fa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,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 }}"} @@ -168,7 +168,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 }}" \