Skip to content
This repository was archived by the owner on Sep 20, 2020. It is now read-only.

Commit 35aeed9

Browse files
Fix publish pipeline
1 parent eafa8b5 commit 35aeed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
17-
- run: npm publish
17+
- run: npm publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2020

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"types": "./lib/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/niokasgami/Rpg-Maker-MZ-Typescript.git"
12+
"url": "git+https://github.com/masked-rpgmaker/Rpg-Maker-MZ-Typescript.git"
1313
},
1414
"author": "Nio Kasgami",
1515
"license": "LicenseRef-LICENSE",
1616
"bugs": {
17-
"url": "https://github.com/niokasgami/Rpg-Maker-MZ-Typescript/issues"
17+
"url": "https://github.com/masked-rpgmaker/Rpg-Maker-MZ-Typescript/issues"
1818
},
1919
"homepage": "https://github.com/niokasgami/Rpg-Maker-MZ-Typescript#readme",
2020
"dependencies": {

0 commit comments

Comments
 (0)