diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index c63f3d42..1a2706e0 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -67,9 +67,9 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - + - name: tag it run: | git tag -a "blah" -m "Release blah" - git push origin + git push origin --tags