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
|
- uses: actions/checkout@v3
|
||||||
- name: Publish
|
- name: Publish
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: |
|
run: pnpm publish --no-git-checks --tag alpha
|
||||||
cd package
|
|
||||||
pnpm publish --no-git-checks --tag alpha
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
- uses: EndBug/add-and-commit@v9
|
- uses: EndBug/add-and-commit@v9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user