Skip to content

Commit d51b4b6

Browse files
committed
Debug
1 parent 87d144c commit d51b4b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
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)