Skip to content

Commit 60b2f38

Browse files
committed
[Fix] Workflow
1 parent 3566679 commit 60b2f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
run: chmod +x ./scripts/changelog_release.sh && ./scripts/changelog_release.sh
3636
- name: Release snapshot
3737
id: release-snapshot
38-
uses: actions/create-release@latest
38+
uses: ncipollo/release-action@latest
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
42-
tag_name: ${{ steps.pkgjson.outputs.pkgversion }}
43-
release_name: v${{ steps.pkgjson.outputs.pkgversion }}
42+
tag: ${{ steps.pkgjson.outputs.pkgversion }}
43+
name: v${{ steps.pkgjson.outputs.pkgversion }}
4444
body: |
4545
### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }}
4646
draft: false

0 commit comments

Comments
 (0)