Skip to content

Commit 63e4a35

Browse files
committed
Github actions test: Third time's the charm
1 parent 2c9faf2 commit 63e4a35

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: '14'
15-
- run: npm install
15+
- run: npm install --ignore-scripts
1616
- run: npm run prebuild
1717
- uses: actions/upload-artifact@v2
1818
with:
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v2
2626
with:
2727
node-version: '14'
28-
- run: npm install
28+
- run: npm install --ignore-scripts
2929
- run: npm run prebuild
3030
- uses: actions/upload-artifact@v2
3131
with:
@@ -44,6 +44,6 @@ jobs:
4444
with:
4545
path: prebuilds/
4646
- run: ls -R
47-
- run: npm publish
47+
- run: npm publish --dry-run
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.github/
2+
.vscode/
3+
build/
4+
node_modules/
5+
test/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "kaih2o",
66
"url": "https://github.com/2kai2kai2"
77
},
8-
"version": "1.0.11",
8+
"version": "1.0.12",
99
"keywords": [
1010
"process",
1111
"processes",

0 commit comments

Comments
 (0)