Skip to content

Commit fbaabe3

Browse files
committed
try more stuff
1 parent ef3523e commit fbaabe3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/release-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
node-version: 14
2626
registry-url: https://npm.pkg.github.com/
2727
- run: npm ci
28+
- run: npm version
2829
- run: npm publish
2930
env:
3031
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
example/output.xlsx
2+
example/output.xlsx
3+
.npmrc

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"type": "git",
1111
"url": "https://github.com/aarmora/json2xls.git"
1212
},
13+
"publishConfig": {
14+
"registry":"https://npm.pkg.github.com"
15+
},
1316
"author": "Original: Rikkert Koppes. Now: Jordan Hansen",
1417
"license": "BSD-2-Clause",
1518
"dependencies": {

0 commit comments

Comments
 (0)