ci: preserve manual npm release approval delays

This commit is contained in:
Onur Solmaz
2026-03-14 13:01:15 +01:00
committed by Onur
parent 2eea93982f
commit 02a86da23a
4 changed files with 24 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ jobs:
env:
RELEASE_TAG: ${{ inputs.tag }}
RELEASE_MAIN_REF: origin/main
RELEASE_SKIP_CALVER_WINDOW: "1"
run: |
set -euo pipefail
RELEASE_SHA=$(git rev-parse HEAD)