Skip to content

Commit

Permalink
chore: publish in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez committed Mar 25, 2024
1 parent 2442645 commit cf99354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org"
scope: "@stabilityprotocol"

- name: Install dependencies
Expand All @@ -35,4 +35,4 @@ jobs:
yarn workspace @stabilityprotocol/config publish --non-interactive --access public
yarn workspace @stabilityprotocol/provider publish --non-interactive --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cf99354

Please sign in to comment.