Skip to content

Commit

Permalink
replace ci with install
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingape committed Dec 23, 2020
1 parent 5e86e4d commit 8d8ae95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
node-version: 14
- run: npm install
- run: npm test

publish-gpr:
Expand All @@ -22,9 +22,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8d8ae95

Please sign in to comment.