Fix release workflow (replace pnpmnpm)

This commit is contained in:
venashial
2022-06-21 00:45:16 -07:00
parent 15c3ee4af2
commit b15c9d7655

View File

@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- name: Publish
if: github.ref == 'refs/heads/main'
run: pnpm publish --no-git-checks --tag alpha
run: npm publish --tag alpha
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: EndBug/add-and-commit@v9