mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
fix issue where changelog is always slightly out of date on release tags
This commit is contained in:
parent
44e2ace833
commit
c6754d50f7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/changelog.yaml
vendored
3
.github/workflows/changelog.yaml
vendored
|
@ -151,6 +151,9 @@ jobs:
|
|||
git add "$FILENAME"
|
||||
git commit -m "Update changelog [ci skip]"
|
||||
git push origin "$BRANCH"
|
||||
# update the tag to include the changelog
|
||||
git tag -fam "${GITHUB_REF##*/}" "${GITHUB_REF##*/}"
|
||||
git push --tags --force
|
||||
|
||||
- name: Merge to Release branch
|
||||
if: env.FULL_RELEASE == 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue