Skip to content

Commit 6eeb2fd

Browse files
committed
change version in root and copy package.json to build package
1 parent 14152f1 commit 6eeb2fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ jobs:
7373
run: tar -xzf cldn-components-0.0.0-dev.tgz
7474

7575
- name: Set version from release tag
76-
working-directory: ./package/package
7776
run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false
7877

78+
- name: Copy package.json to build package
79+
run: cp package.json package/package
80+
7981
- name: Publish to NPM
8082
working-directory: ./package/package
8183
run: npm publish --provenance --access public &

0 commit comments

Comments
 (0)