Skip to content

Commit cf6c736

Browse files
Update publish-release.yml
1 parent 44d7594 commit cf6c736

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Publish RELEASE to npm
5151
run: |
52-
sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./projects/dxc-ngx-cdk/package.json
52+
sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./dist/dxc-ngx-cdk/package.json
5353
cd ./dist/dxc-ngx-cdk
5454
npm publish --access public
5555
env:

0 commit comments

Comments
 (0)