Skip to content

Commit 5b91730

Browse files
Update publish-release.yml
1 parent d93452f commit 5b91730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish RELEASE to npm
3333
run: |
3434
sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./dist/diaas-angular-cdk-hal/package.json
35-
cd lib
35+
cd ./dist/diaas-angular-cdk-hal/
3636
npm publish --access public
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)