Skip to content

Commit

Permalink
ci: remove gpr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Oct 8, 2023
1 parent ee44bf4 commit f1a018f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
cache: pnpm
- run: pnpm i
- run: pnpm build
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NODE_AUTH_TOKEN }}
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: "https://npm.pkg.github.com"
access: ${{ format('@{0}', github.repository_owner) }}
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit f1a018f

Please sign in to comment.