mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: publish workflow
This commit is contained in:
parent
c20de9377f
commit
5003823fcf
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: "npm"
|
node-version: '20.x'
|
||||||
node-version: "lts/*"
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
@ -25,8 +25,7 @@ jobs:
|
|||||||
- name: Create Release Pull Request
|
- name: Create Release Pull Request
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
commit: "chore: release packages"
|
commit: "chore: release packages"
|
||||||
publish: npm publish
|
publish: npm publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user