Skip to content

Commit 0c1b488

Browse files
committed
Debug
1 parent 87d144c commit 0c1b488

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
steps:
88
- name: Extract tag/branch variables
99
shell: bash
10-
run: >
10+
run: |
1111
echo "tag=$(echo ${GITHUB_REF#refs/tags/}|grep -v '/')" >> $GITHUB_OUTPUT
1212
echo "branch=$(echo ${GITHUB_REF#refs/heads/}|grep -v '/')" >> $GITHUB_OUTPUT
13+
echo "br=$(echo ${GITHUB_REF#refs/heads/}|grep -v '/')"
14+
echo "ref${GITHUB_REF}" >> $GITHUB_OUTPUT
1315
id: extract
1416
- name: Write secret keys
1517
run: >

0 commit comments

Comments
 (0)