fix: recover snapshots and branch rc tags

This commit is contained in:
Andrey Avtomonov 2026-05-20 15:21:12 +02:00
parent c24e07a115
commit a03d201989
6 changed files with 110 additions and 10 deletions

View file

@ -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"