mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-27 18:22:45 +08:00
ci: Skip build step
This commit is contained in:
parent
b91f7d1406
commit
5b736dd451
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -12,5 +12,6 @@ jobs:
|
|||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn build
|
|
||||||
- run: yarn publish
|
- run: yarn publish
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user