mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: use one workflow for npm trusted publishing
This commit is contained in:
parent
48326da83f
commit
4d8c988dab
6 changed files with 124 additions and 130 deletions
|
|
@ -53,7 +53,7 @@ Canaries only cover the first two surfaces plus an internal traceability tag.
|
|||
|
||||
### Canary
|
||||
|
||||
Every push to `master` runs [`.github/workflows/release-canary.yml`](../.github/workflows/release-canary.yml).
|
||||
Every push to `master` runs the canary path inside [`.github/workflows/release.yml`](../.github/workflows/release.yml).
|
||||
|
||||
It:
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ npx paperclipai@canary onboard
|
|||
|
||||
### Stable
|
||||
|
||||
Use [`.github/workflows/release-stable.yml`](../.github/workflows/release-stable.yml) from the Actions tab.
|
||||
Use [`.github/workflows/release.yml`](../.github/workflows/release.yml) from the Actions tab with the manual `workflow_dispatch` inputs.
|
||||
|
||||
Inputs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue