We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe00d5 commit cc572dcCopy full SHA for cc572dc
1 file changed
.github/workflows/release.yml
@@ -163,6 +163,7 @@ jobs:
163
164
steps:
165
- name: Read version
166
+ id: version
167
run: |
168
TAG=${{ github.ref_name }}
169
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
@@ -235,7 +236,7 @@ jobs:
235
236
- name: Create release
237
uses: ncipollo/release-action@v1
238
with:
- name: Reflect ${{ VERSION }}
239
+ name: Reflect ${{ steps.version.outputs.VERSION }}
240
tag: ${{ github.ref_name }}
241
artifacts: "artifacts/*"
242
draft: true
0 commit comments