Skip to content

Commit

Permalink
Hard code git tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 25, 2024
1 parent 8848eb7 commit f281aad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/debug_all.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f281aad

Please sign in to comment.