Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 16, 2024
1 parent 2f5beed commit d4e7b08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
response=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/releases/latest")
release_id=$(echo "$response" | jq -r '.id')
echo "name=release_id::$release_id" >> $GITHUB_ENV
echo "release_id=$release_id" >> $GITHUB_OUTPUT
- name: Get Latest Release Upload URL
id: get-release-upload-url
Expand Down

0 comments on commit d4e7b08

Please sign in to comment.