Skip to content

Commit 291eca0

Browse files
committed
fix(fix): fix
fix
1 parent 8014173 commit 291eca0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
6262
echo "GITHUB_TOKEN set? ${{ secrets.GITHUB_TOKEN != '' }}"
6363
- name: Set up .npmrc with auth token
64-
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
64+
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/runner/.npmrc
6565
env:
6666
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6767

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arunkumar_h/rule-engine",
3-
"version": "1.3.1",
3+
"version": "0.0.0-development",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)