Skip to content

Commit

Permalink
chore(ci): fix github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Nov 2, 2020
1 parent 234e16d commit 24f5ff1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish_github.yaml
Expand Up @@ -21,8 +21,5 @@ jobs:
FILE: package.json
- uses: c-hive/gha-yarn-cache@v1
- run: yarn --frozen-lockfile
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: https://npm.pkg.github.com/
check-version: false
- run: echo //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }} >> .npmrc
- run: npm publish --registry=https://npm.pkg.github.com

0 comments on commit 24f5ff1

Please sign in to comment.