Skip to content

Commit aa1fa96

Browse files
committed
Add step generating GitHub release after successful publish
1 parent 0af066f commit aa1fa96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
- run: npm publish
6767
env:
6868
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
69+
- name: "Create a GitHub release"
70+
uses: softprops/action-gh-release@v1
71+
with:
72+
generate_release_notes: true
73+
draft: true

0 commit comments

Comments
 (0)