We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3566679 commit 60b2f38Copy full SHA for 60b2f38
.github/workflows/main.yml
@@ -35,12 +35,12 @@ jobs:
35
run: chmod +x ./scripts/changelog_release.sh && ./scripts/changelog_release.sh
36
- name: Release snapshot
37
id: release-snapshot
38
- uses: actions/create-release@latest
+ uses: ncipollo/release-action@latest
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
- tag_name: ${{ steps.pkgjson.outputs.pkgversion }}
43
- release_name: v${{ steps.pkgjson.outputs.pkgversion }}
+ tag: ${{ steps.pkgjson.outputs.pkgversion }}
+ name: v${{ steps.pkgjson.outputs.pkgversion }}
44
body: |
45
### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }}
46
draft: false
0 commit comments