We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repository
1 parent 8846f73 commit c6ecafaCopy full SHA for c6ecafa
.github/workflows/release.yml
@@ -31,7 +31,6 @@ jobs:
31
- name: Publish to NPM and Create GitHub Release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
run: |
36
npx -p semantic-release \
37
-p @semantic-release/changelog \
package.json
@@ -11,6 +11,10 @@
11
],
12
"license": "MIT",
13
"homepage": "https://github.com/OneSignal/onesignal-node-api",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/OneSignal/onesignal-node-api"
17
+ },
18
"main": "./dist/index.js",
19
"type": "commonjs",
20
"exports": {
0 commit comments