We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be864a0 commit 35a0c33Copy full SHA for 35a0c33
1 file changed
.github/workflows/slim.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: ncipollo/release-action@v1
63
with:
64
draft: true
65
- tag_name: ${{ steps.tagname.outputs.tagname }}
+ tag: ${{ steps.tagname.outputs.tagname }}
66
prerelease: ${{ env.IS_PRERELEASE }}
67
token: ${{ secrets.GITHUB_TOKEN }}
68
- files: "multi-slim/*.zip"
+ artifacts: "multi-slim/*.zip"
0 commit comments