Skip to content

Commit

Permalink
missing yarn npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Nov 7, 2024
1 parent c7dc739 commit 49194df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,3 +56,4 @@ jobs:
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 49194df

Please sign in to comment.