We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d144c commit 1a946d6Copy full SHA for 1a946d6
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- name: Extract tag/branch variables
9
shell: bash
10
- run: >
+ run: |
11
echo "tag=$(echo ${GITHUB_REF#refs/tags/}|grep -v '/')" >> $GITHUB_OUTPUT
12
echo "branch=$(echo ${GITHUB_REF#refs/heads/}|grep -v '/')" >> $GITHUB_OUTPUT
13
id: extract
0 commit comments