Skip to content

Commit

Permalink
chore: skip publishing to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptowen committed Jun 18, 2023
1 parent a8515bc commit 54626b8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- uses: actions/setup-node@v3.6.0
with:
node-version: '18'
cache: 'pnpm'
registry-url: 'https://npm.pkg.github.com'
scope: '@suia'
- run: pnpm publish --no-git-checks --access public --registry https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The org name on github is MyNFT, not suia. Skip publishing to github packages for now.
# - uses: actions/setup-node@v3.6.0
# with:
# node-version: '18'
# cache: 'pnpm'
# registry-url: 'https://npm.pkg.github.com'
# scope: '@suia'
# - run: pnpm publish --no-git-checks --access public --registry https://npm.pkg.github.com
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 54626b8

Please sign in to comment.