Skip to content

Commit

Permalink
chore: remove github publish for package
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 13, 2021
1 parent de72b69 commit b28b8c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Setup .npmrc file to publish to GitHub Packages
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@tomchen'
- run: npm run addscope
- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Setup .npmrc file to publish to GitHub Packages
# uses: actions/setup-node@v1
# with:
# node-version: '12.x'
# registry-url: 'https://npm.pkg.github.com'
# scope: '@tomchen'
# - run: npm run addscope
# - name: Publish to GitHub Packages
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b28b8c4

Please sign in to comment.