mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
update tag name to use more clear variable name
This commit is contained in:
parent
389dd8ff29
commit
8f6fc22ec7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue