Skip to content

Commit 69559b8

Browse files
committed
ci: update release config
1 parent 7e08754 commit 69559b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- run: npm ci
15+
- run: npm install
1616
- run: npm test
1717

1818
publish-gpr:
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 12
2626
registry-url: https://npm.pkg.github.com/
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm publish
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.ACCESS_TOKEN}}

0 commit comments

Comments
 (0)