Skip to content

Commit

Permalink
feat: uma package
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
  • Loading branch information
Reinis-FRP committed Feb 20, 2024
1 parent d2ebcbf commit c8b2667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@ jobs:
- run: yarn build:sdk
- run: yarn coverage

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn build:sdk
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand All @@ -46,11 +30,11 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@gnosis.pm'
scope: '@uma'
- run: yarn
- run: yarn build
- run: yarn build:sdk
- run: echo registry=https://npm.pkg.github.com/gnosis.pm >> .npmrc
- run: echo registry=https://npm.pkg.github.com/uma >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "4.0.1",
"name": "@uma/zodiac",
"version": "4.0.2",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <auryn.macmillan@gnosis.io>",
"license": "LGPL-3.0+",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gnosis/zodiac.git"
"url": "https://github.com/UMAprotocol/zodiac.git"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
Expand Down

0 comments on commit c8b2667

Please sign in to comment.