Skip to content

Commit

Permalink
Fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ifranda committed Jul 24, 2024
1 parent 4eea9d2 commit 73f232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "Current Release" >> "$current_name"
echo "---------------" >> "$current_name"
echo "" >> "$current_name"
echo ".. include:: ${RELEASE_NAME}.rst" >> "$current_name"
echo ".. include:: announcements/${RELEASE_NAME}.rst" >> "$current_name"
env:
RELEASE_NAME: ${{ env.RELEASE_NAME }}

Expand Down

0 comments on commit 73f232f

Please sign in to comment.