We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d144c commit d51b4b6Copy full SHA for d51b4b6
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
10
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
+ echo "br=$(echo ${GITHUB_REF#refs/heads/}|grep -v '/')"
14
+ echo "ref${GITHUB_REF}" >> $GITHUB_OUTPUT
15
id: extract
16
- name: Write secret keys
17
0 commit comments