Skip to content

Commit

Permalink
rm:do not publish to npm-js
Browse files Browse the repository at this point in the history
I don't have private packages enabled, so don't publish to npm-js
  • Loading branch information
hammzj authored Jan 15, 2024
1 parent dacbfd6 commit afb8bef
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,3 @@ jobs:
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

publish-npm-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@hammzj'
- run: yarn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_AUTH_TOKEN }}

0 comments on commit afb8bef

Please sign in to comment.