We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70af1ca commit 5ad68a9Copy full SHA for 5ad68a9
.github/workflows/build-and-test.yml
@@ -63,7 +63,7 @@ jobs:
63
if: startsWith(github.ref, 'refs/tags/v')
64
shell: bash
65
run: |
66
- CHANGELOG_SINGLE_CONTENT="$(bundle exec extract-changelog -s "${GIT_TAGISH}" -i "${RUNNER_TEMP}/B9PartSwitch-Changelog-all.md")"
+ CHANGELOG_SINGLE_CONTENT="$(bundle exec extract-changelog -s "$(git describe --tags)" -i "${RUNNER_TEMP}/B9PartSwitch-Changelog-all.md")"
67
echo '--- Changelog for this version: ---'
68
echo "${CHANGELOG_SINGLE_CONTENT}"
69
echo '--- End changelog ---'
0 commit comments