diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7a2345e..7f781229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,16 +57,18 @@ jobs: filter: (^[\s]+?[R|r]elease)|(^[R|r]elease) - name: Create Release - uses: ncipollo/release-action@v1 + uses: jaywcjlove/create-tag-action@main if: steps.create_tag.outputs.successful with: - token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ steps.create_tag.outputs.version }} - tag: ${{ steps.create_tag.outputs.version }} + package-path: ./package.json + version: ${{steps.create_tag.outputs.version}} + release: true + prerelease: false + draft: false body: | [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/handbook/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html Comparing Changes: ${{ steps.changelog.outputs.compareurl }} - ${{ steps.changelog.outputs.changelog }} \ No newline at end of file + ${{ steps.changelog.outputs.changelog }}