Skip to content

Commit

Permalink
Update yarn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ateska authored Jan 31, 2025
1 parent 2953aca commit dd2bd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://npm.pkg.github.com/"
registry-url: "https://registry.npmjs.org/"

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -39,4 +39,4 @@ jobs:
run: |
yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}

0 comments on commit dd2bd82

Please sign in to comment.