diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43d0619..414b486 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,12 +35,12 @@ jobs: run: chmod +x ./scripts/changelog_release.sh && ./scripts/changelog_release.sh - name: Release snapshot id: release-snapshot - uses: actions/create-release@latest + uses: ncipollo/release-action@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.pkgjson.outputs.pkgversion }} - release_name: v${{ steps.pkgjson.outputs.pkgversion }} + tag: ${{ steps.pkgjson.outputs.pkgversion }} + name: v${{ steps.pkgjson.outputs.pkgversion }} body: | ### CHANGELOG: v${{ steps.pkgjson.outputs.pkgversion }} (${{ steps.date.outputs.date }})${{ steps.changelog.outputs.changelog }} draft: false