Skip to content

Commit

Permalink
Merge branch '20211027-change_release_changelog_path'
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Oct 27, 2021
2 parents 1c26345 + 5e19939 commit f85e463
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 @@ -43,7 +43,7 @@ jobs:
id: 'generate_changelog'
run: |
VERSION="$(basename ${{ github.ref }})"
OUTPUT="release_changelog.md"
OUTPUT="/tmp/release_changelog.md"
# Add changelog for version
sed -n "/## ${VERSION}/,/^##/p;" CHANGELOG.md \
Expand Down

0 comments on commit f85e463

Please sign in to comment.