ci: enforce calver freshness on npm publish

This commit is contained in:
Onur Solmaz
2026-03-14 13:37:35 +01:00
committed by Onur
parent 5c9fae5adc
commit c08317203d
4 changed files with 3 additions and 24 deletions

View File

@@ -137,7 +137,6 @@ 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)