Skip to content

Commit 5ad68a9

Browse files
committed
fix nonexistent environment variable
this was removed when set-env was broken
1 parent 70af1ca commit 5ad68a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: startsWith(github.ref, 'refs/tags/v')
6464
shell: bash
6565
run: |
66-
CHANGELOG_SINGLE_CONTENT="$(bundle exec extract-changelog -s "${GIT_TAGISH}" -i "${RUNNER_TEMP}/B9PartSwitch-Changelog-all.md")"
66+
CHANGELOG_SINGLE_CONTENT="$(bundle exec extract-changelog -s "$(git describe --tags)" -i "${RUNNER_TEMP}/B9PartSwitch-Changelog-all.md")"
6767
echo '--- Changelog for this version: ---'
6868
echo "${CHANGELOG_SINGLE_CONTENT}"
6969
echo '--- End changelog ---'

0 commit comments

Comments
 (0)