Update release workflow
This commit is contained in:
parent
748248deab
commit
15c3ee4af2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -32,9 +32,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Publish
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
cd package
|
||||
pnpm publish --no-git-checks --tag alpha
|
||||
run: pnpm publish --no-git-checks --tag alpha
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- uses: EndBug/add-and-commit@v9
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user