Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Dec 28, 2020
1 parent b63e5fb commit dc10ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@tomchen'
- run: npm run addscope
- name: Publish to GitHub Packages
run: npm run addscope
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc10ddb

Please sign in to comment.