Skip to content

Commit d965fa4

Browse files
committed
fix(CI): ensure the new ts npm package released correctly
1 parent 51be800 commit d965fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
9696
- name: Build and pack package
9797
run: |
98-
make ts-build
98+
make ts-build NEW_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
9999
100100
- name: Unit tests
101101
run: |
102-
make ts-test
102+
make ts-test NEW_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
103103
104104
- name: Upload artifact
105105
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)