Skip to content

Commit

Permalink
releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Jan 14, 2025
1 parent 54f35df commit a3d24b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TheAnswer.ReleaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Extract Release Notes
run: |
# Change directory to the main code repository
cd $GITHUB_WORKSPACE/main_repo
cd $GITHUB_WORKSPACE/code
# Fetch the latest release notes
RELEASE_NOTES=$(gh release view ${{ github.event.release.tag_name }} --json body -q ".body")
Expand Down

0 comments on commit a3d24b7

Please sign in to comment.