Commit bumped package version in workflow

This commit is contained in:
venashial
2022-03-13 23:48:54 -07:00
parent 9b8ced2803
commit cfbf80fdfe
3 changed files with 11 additions and 2 deletions

View File

@@ -39,7 +39,11 @@ jobs:
run: |
cd package
pnpm version patch
pnpm publish --no-git-checks
pnpm publish --no-git-checks --tag alpha
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
with:
message: 'Bump package version'