File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish to NPM
22
33on :
44 release :
5- types : [published]
5+ types : [published, created ]
66 workflow_dispatch :
77 inputs :
88 version :
Original file line number Diff line number Diff line change @@ -67,11 +67,12 @@ jobs:
6767 tag_name : v${{ steps.version-check.outputs.current_version }}
6868 release_name : Release v${{ steps.version-check.outputs.current_version }}
6969 body : |
70- ## Changes in v${{ steps.version-check.outputs.current_version }}
70+ ## Release v${{ steps.version-check.outputs.current_version }}
7171
72- This release was automatically created due to a version bump in package.json.
72+ **Diff since previous release:**
73+ [View changes](https://github.com/${{ github.repository }}/compare/v${{ steps.version-check.outputs.npm_version }}...v${{ steps.version-check.outputs.current_version }})
7374
74- ### Version Changes
75+ ** Version changes:**
7576 - Previous: ${{ steps.version-check.outputs.npm_version }}
7677 - Current: ${{ steps.version-check.outputs.current_version }}
7778 draft : false
You can’t perform that action at this time.
0 commit comments