diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05e5473..e32ac5d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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}} diff --git a/package.json b/package.json index 2286dde..620956c 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "LGPL-3.0+", @@ -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",