Skip to content

Commit

Permalink
fix nonexistent environment variable
Browse files Browse the repository at this point in the history
this was removed when set-env was broken
  • Loading branch information
blowfishpro committed Mar 18, 2021
1 parent 70af1ca commit 5ad68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
shell: bash
run: |
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")"
echo '--- Changelog for this version: ---'
echo "${CHANGELOG_SINGLE_CONTENT}"
echo '--- End changelog ---'
Expand Down

0 comments on commit 5ad68a9

Please sign in to comment.