ci: specify tag message

This commit is contained in:
Sam Marks 2022-03-10 15:48:43 -05:00
parent 714a5cfa69
commit 13c78476d9

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 }} -m "${{ github.ref_name }}"
- run: git push origin --tags
- run: pnpm -r publish --filter ./packages --access public
env: