mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
fix: recover snapshots and branch rc tags (#185)
This commit is contained in:
parent
c24e07a115
commit
2667952aa9
6 changed files with 110 additions and 10 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
release_kind:
|
||||
description: "Release kind: rc publishes to next, stable publishes to latest"
|
||||
description: "Release kind: stable publishes to latest, main rc publishes to next. Branch rc releases publish to branch-specific npm tags."
|
||||
required: true
|
||||
type: choice
|
||||
default: "stable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue