mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-12 14:07:26 +08:00
ci: Add workflow
This commit is contained in:
parent
8e7b8e6d1c
commit
8864488eac
16
.github/workflows/release.yml
vendored
Normal file
16
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
publish-github-registry:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up node & dependencies
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "npm"
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- run: yarn publish
|
Loading…
x
Reference in New Issue
Block a user