update tag name to use more clear variable name

This commit is contained in:
Jonathan Wren 2022-10-31 20:39:52 -07:00
parent 389dd8ff29
commit 8f6fc22ec7
No known key found for this signature in database

View file

@ -157,7 +157,7 @@ jobs:
run: |
# This is a tag build (releases and prereleases)
# update the tag to include the changelog
git tag -fam "${GITHUB_REF##*/}" "${GITHUB_REF##*/}"
git tag -fam "$GITHUB_REF_NAME" "$GITHUB_REF_NAME"
git push --tags --force
- name: Merge to Release branch