ci: config values with equals and in quotes

This commit is contained in:
Sam Marks 2022-03-10 15:46:50 -05:00
parent 336bc6467b
commit 714a5cfa69

View file

@ -34,7 +34,7 @@ jobs:
commit_message: Release Version ${{ github.ref_name }}
branch: master
- run: git push origin :refs/tags/${{ github.ref_name }}
- run: git -c user.email actions@github.com -c user.name "GitHub Actions" tag -fa ${{ github.ref_name }}
- run: git -c user.email="actions@github.com" -c user.name="GitHub Actions" tag -fa ${{ github.ref_name }}
- run: git push origin --tags
- run: pnpm -r publish --filter ./packages --access public
env: