Skip to content

Commit

Permalink
Adjusting GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rro4785 committed Aug 7, 2020
1 parent 02de2f6 commit 03ef60b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 12.x
- name: Building package
run: npm ci
run: npm i
- name: Testing package
run: npm test

Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: 12.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm i
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -44,7 +44,5 @@ jobs:
with:
node-version: 12.x
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm i
- run: npm pack
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrangelo/ini-config",
"version": "1.0.15",
"version": "1.0.16",
"description": "Load app config from config.ini file in root or specific path",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 03ef60b

Please sign in to comment.