We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8014173 commit 291eca0Copy full SHA for 291eca0
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62
echo "GITHUB_TOKEN set? ${{ secrets.GITHUB_TOKEN != '' }}"
63
- name: Set up .npmrc with auth token
64
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/runner/.npmrc
65
env:
66
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
67
.npmrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@arunkumar_h/rule-engine",
3
- "version": "1.3.1",
+ "version": "0.0.0-development",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments