diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 8b45f3ce..85e8098f 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -70,8 +70,7 @@ jobs: # Commit, tag and push echo $NEW_VERSION git commit -a -m "bump: version $BASE_VERSION -> $NEW_VERSION" - # git tag "v${NEW_VERSION}" - git tag "v6.5.16" + git tag "v${NEW_VERSION}" git push && git push --tags # Bump to alpha (so that future commits do not have the same