Skip to content

Commit eb89f07

Browse files
dont need secrets
1 parent 8eaa9ce commit eb89f07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-package-to-npmjs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ jobs:
7373
uses: softprops/action-gh-release@v2
7474
needs: [incrementVersionNumber, build]
7575
with:
76-
with:
77-
name: v${{ inputs.new_version }}
78-
draft: true
79-
secrets: inherit
76+
name: v${{ inputs.new_version }}
77+
draft: true
8078
publish-package:
8179
if: inputs.publish_to_npm
8280
needs: [build, incrementVersionNumber]

0 commit comments

Comments
 (0)