Skip to content

Commit 1a946d6

Browse files
committed
Fix envvar extraction
1 parent 87d144c commit 1a946d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
1313
id: extract

0 commit comments

Comments
 (0)