Skip to content

Commit

Permalink
chore: remove publishsing to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 6, 2022
1 parent ff82eba commit 812adc4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ jobs:
run: yarn release:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Setup .npmrc file to publish to GitHub Packages
uses: actions/setup-node@v3
with:
node-version: 14
registry-url: 'https://npm.pkg.github.com'
scope: '@lifi'
- name: Publish to GitHub Packages
run: yarn release:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 812adc4

Please sign in to comment.