[Tests] `release`: clobber local tags

Jordan Harband 2020-11-27 21:44:33 -08:00
parent 4b947ec92d
commit ed321f1df0
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: | run: |
git config user.name github-actions git config user.name github-actions
git config user.email github-actions@github.com git config user.email github-actions@github.com
git fetch --unshallow --tags || git fetch --tags git fetch --unshallow --tags -f || git fetch --tags -f
- name: Attempt `make release` process - name: Attempt `make release` process
run: echo proceed | make TAG=99.99.99 release run: echo proceed | make TAG=99.99.99 release
env: env: