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 5e28882 commit 2659d3fCopy full SHA for 2659d3f
1 file changed
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
- name: Set tag name variable
92
run: |
93
REF=${GITHUB_REF}
94
- echo ::set-env name=TAG_NAME::${REF##*/}
+ echo "TAG_NAME=${REF##*/}" >> $GITHUB_ENV
95
shell: bash
96
97
- name: Create Release
0 commit comments