diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index a2aec6e..6a6789f 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -33,9 +33,10 @@ jobs: corepack enable - run: yarn install - run: yarn ci - - run: yarn publish + - run: yarn npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} + NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com/ publish-gpr: needs: build @@ -55,3 +56,4 @@ jobs: - run: yarn npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com/ diff --git a/package.json b/package.json index 4e07fda..d856746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.29.4-exui-2531-rc-4", + "version": "2.29.4-exui-2531-rc-5", "description": "Common nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",