Skip to content

Commit

Permalink
Update release notes in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Mar 2, 2024
1 parent 3e34823 commit 93409ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
API_RESPONSE=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/:owner/:repo/releases/latest)
echo "API Response: $API_RESPONSE"
RELEASE_NOTES=$(echo "$API_RESPONSE" | jq -r '.body')
echo "::set-output name=release_notes::$RELEASE_NOTES"
echo "release_notes=$RELEASE_NOTES" >> $GITHUB_ENV
# - name: Send Discord Notification
# env:
Expand Down

0 comments on commit 93409ce

Please sign in to comment.