Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez committed Apr 11, 2024
2 parents 2413491 + b7f4daa commit e0a2450
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
scope: "@stabilityprotocol"
# Se agrega el cache para Yarn
cache: "yarn"

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -24,10 +26,9 @@ jobs:
run: |
yarn workspace @stabilityprotocol/config build
yarn workspace @stabilityprotocol/provider build
- name: Publish package
run: |
npm publish packages/config --access public
npm publish packages/provider --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn workspace @stabilityprotocol/config npm publish --access public
yarn workspace @stabilityprotocol/provider npm publish --access public
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilityprotocol/config",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilityprotocol/provider",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e0a2450

Please sign in to comment.