We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7d46 commit 3f21ce3Copy full SHA for 3f21ce3
.github/workflows/release.yml
@@ -35,6 +35,14 @@ jobs:
35
- name: Install dependencies
36
run: npm ci
37
38
+ - name: Debug tag context
39
+ run: |
40
+ echo "github.ref=$GITHUB_REF"
41
+ echo "github.sha=$GITHUB_SHA"
42
+ echo "github.event_name=$GITHUB_EVENT_NAME"
43
+ echo "Tag (raw): ${GITHUB_REF#refs/tags/}"
44
+ git describe --tags --always || true
45
+
46
- name: Verify tag matches package.json version
47
id: verify
48
shell: bash
0 commit comments