Skip to content

Commit 35a0c33

Browse files
committed
ci: update workflow for the new release action syntax
1 parent be864a0 commit 35a0c33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/slim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: ncipollo/release-action@v1
6363
with:
6464
draft: true
65-
tag_name: ${{ steps.tagname.outputs.tagname }}
65+
tag: ${{ steps.tagname.outputs.tagname }}
6666
prerelease: ${{ env.IS_PRERELEASE }}
6767
token: ${{ secrets.GITHUB_TOKEN }}
68-
files: "multi-slim/*.zip"
68+
artifacts: "multi-slim/*.zip"

0 commit comments

Comments
 (0)