Skip to content

Commit 9320095

Browse files
committed
Switch to softprops/gh-release action for autogenerated release notes
1 parent 4016fee commit 9320095

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
package: ./packages/fastify-renderer/package.json
2727
access: public
2828
- name: Publish Release to github
29-
uses: "marvinpinto/action-automatic-releases@latest"
29+
uses: softprops/action-gh-release@v1
3030
if: ${{ steps.npm-publish.outputs.type != 'none' }}
3131
with:
32-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
33-
prerelease: false
34-
automatic_release_tag: ${{ steps.npm-publish.outputs.version }}
32+
tag_name: ${{ steps.npm-publish.outputs.version }}
33+
generate_release_notes: true

0 commit comments

Comments
 (0)