Skip to content

Commit 782d5ad

Browse files
committed
ci: fix GitHub workflow
1 parent 199e496 commit 782d5ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Info
2626
id: info
2727
run: |
28-
echo "RELEASE_NAME=task.json-web-$(basename $GITHUB_REF)" >> $GITHUB_ENV
28+
export _NAME="task.json-web-${GITHUB_REF#refs/heads/}"
29+
echo "::set-output name=RELEASE_NAME::$_NAME"
30+
echo "RELEASE_NAME=$_NAME" >> $GITHUB_ENV
2931
3032
- name: Build task.json-web
3133
run: |

0 commit comments

Comments
 (0)