Skip to content

Commit

Permalink
remove gpr publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Aug 9, 2024
1 parent 345aaca commit 40d739d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,3 @@ jobs:
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
scope: "@gnosis-guild"
- run: yarn
- run: yarn build
- run: echo registry=https://npm.pkg.github.com/gnosis-guild >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 40d739d

Please sign in to comment.