Skip to content

Commit 3f21ce3

Browse files
committed
ci(release): add debug context step for tag-triggered runs
1 parent 50d7d46 commit 3f21ce3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737

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+
3846
- name: Verify tag matches package.json version
3947
id: verify
4048
shell: bash

0 commit comments

Comments
 (0)