Skip to content

Commit

Permalink
added action as draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
annesiri committed Oct 27, 2023
1 parent e1df85a commit 4025f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: false
- run: gh release create ${{ steps.publishNpm.outputs.version }} --generate-notes
- run: gh release create ${{ steps.publishNpm.outputs.version }} --generate-notes --draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4025f99

Please sign in to comment.