Skip to content

Commit

Permalink
Drop GitHub publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
remotemerge committed Apr 19, 2023
1 parent cc6a3c3 commit 2046d9e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,3 @@ jobs:
- run: npm publish ./dist --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

# publish to GitHub
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
registry-url: 'https://npm.pkg.github.com'
scope: '@remotemerge'
- run: npm publish ./dist
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 2046d9e

Please sign in to comment.