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 d93452f commit 5b91730Copy full SHA for 5b91730
.github/workflows/publish-release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Publish RELEASE to npm
33
run: |
34
sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./dist/diaas-angular-cdk-hal/package.json
35
- cd lib
+ cd ./dist/diaas-angular-cdk-hal/
36
npm publish --access public
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments