We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d7594 commit cf6c736Copy full SHA for cf6c736
.github/workflows/publish-release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Publish RELEASE to npm
51
run: |
52
- sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./projects/dxc-ngx-cdk/package.json
+ sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./dist/dxc-ngx-cdk/package.json
53
cd ./dist/dxc-ngx-cdk
54
npm publish --access public
55
env:
0 commit comments