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 f183e29 commit 2a41aacCopy full SHA for 2a41aac
.github/workflows/release.yml
@@ -32,9 +32,9 @@ jobs:
32
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV
33
34
- name: Create Release 🎉
35
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.16.0
36
if: github.ref_type == 'tag'
37
with:
38
- artifacts: $RELEASE_NAME.zip,$RELEASE_NAME.tar.gz
+ artifacts: ${{ env.RELEASE_NAME }}.zip,${{ env.RELEASE_NAME }}.tar.gz
39
bodyFile: "changelog.txt"
40
prerelease: ${{ env.RELEASE_TYPE }}
0 commit comments