Skip to content

Commit

Permalink
ci: Correct versions file path in release workflow (#47)
Browse files Browse the repository at this point in the history
This was mistaken ever since we moved the file, but we haven't made any
releases since then. The effect of this bug would be to have the
"versions" section of the release notes be empty.
  • Loading branch information
joeyparrish authored Oct 11, 2024
1 parent d0c07e8 commit be43c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "" >> body.txt
echo "Software versions:" >> body.txt
cat repo-src/.github/workflows/versions.txt | \
cat repo-src/versions.txt | \
sed -e 's/^/ - /' >> body.txt
echo "" >> body.txt
Expand Down

0 comments on commit be43c5e

Please sign in to comment.