mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-30 00:51:30 +08:00
chore(ci): push on tag only
This commit is contained in:
parent
5e8dff52b8
commit
0b385595da
5
.github/workflows/release-package.yml
vendored
5
.github/workflows/release-package.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
publish-github-registry:
|
||||
runs-on: ubuntu-latest
|
||||
@ -15,6 +17,3 @@ jobs:
|
||||
- run: yarn push
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
Loading…
x
Reference in New Issue
Block a user