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