Skip to content

Commit 2659d3f

Browse files
committed
Replaced depricated github action
1 parent 5e28882 commit 2659d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set tag name variable
9292
run: |
9393
REF=${GITHUB_REF}
94-
echo ::set-env name=TAG_NAME::${REF##*/}
94+
echo "TAG_NAME=${REF##*/}" >> $GITHUB_ENV
9595
shell: bash
9696

9797
- name: Create Release

0 commit comments

Comments
 (0)