diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index c3f8037f..3d3f3060 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -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'