Skip to content

Commit

Permalink
Replaced depricated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Sep 1, 2021
1 parent 5e28882 commit 2659d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set tag name variable
run: |
REF=${GITHUB_REF}
echo ::set-env name=TAG_NAME::${REF##*/}
echo "TAG_NAME=${REF##*/}" >> $GITHUB_ENV
shell: bash

- name: Create Release
Expand Down

0 comments on commit 2659d3f

Please sign in to comment.