mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
small fix
This commit is contained in:
parent
e34b52f0dc
commit
e845d43a7a
2
.github/workflows/publish-next.yml
vendored
2
.github/workflows/publish-next.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release next
|
name: Release next
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -29,6 +30,5 @@ jobs:
|
|||||||
- name: Publish next version
|
- name: Publish next version
|
||||||
run: pnpm changeset version --snapshot next && pnpm changeset publish --tag next
|
run: pnpm changeset version --snapshot next && pnpm changeset publish --tag next
|
||||||
env:
|
env:
|
||||||
HOME: ${{ github.workspace }}
|
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user