Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
try gpr again
Browse files Browse the repository at this point in the history
  • Loading branch information
hewigovens committed Jul 7, 2020
1 parent e499d7b commit 440b013
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
registry-url: https://npm.pkg.github.com/
- name: npm install
run: |
echo "registry=https://npm.pkg.github.com/trustwallet" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${TOKEN}" >> .npmrc
npm config set //npm.pkg.github.com/:_authToken=${TOKEN}
npm ci && npm run build && npm test
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish
- name: npm publish
run: |
echo "registry=https://npm.pkg.github.com/trustwallet" >> .npmrc
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 440b013

Please sign in to comment.