From f281aad93fbad2cdaa53490d6283493d58ed482b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 25 Dec 2024 12:33:10 -0800 Subject: [PATCH] Hard code git tag. --- .github/workflows/debug_all.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/debug_all.yml b/.github/workflows/debug_all.yml index 793953a8..c682a58d 100644 --- a/.github/workflows/debug_all.yml +++ b/.github/workflows/debug_all.yml @@ -1,10 +1,6 @@ name: Test Release Notes Update on: workflow_dispatch: - inputs: - tag: - description: 'Tag to update (e.g., v0.4.3)' - required: true jobs: update-release: @@ -16,7 +12,7 @@ jobs: BUILD_ID: "241225xbshgcqlj" # Hardcoded for testing run: | # First get existing release notes - EXISTING_NOTES=$(gh release view ${{ inputs.tag }} --json body -q .body) + EXISTING_NOTES=$(gh release view v0.4.3 --json body -q .body) # Create download links section DOWNLOAD_LINKS="### Download Latest