Skip to content

Commit 5fd5c1d

Browse files
authored
Fix a small bug in version setting script (#415)
* Fix a small bug in version setting script * Deploy order * Tweak * Tweak * Tweak * Tweak * Tweak
1 parent cc5da6e commit 5fd5c1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
manifest-file: ts-sdk/${{ matrix.package }}/package.json
2929
- name: Setup npm
3030
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
31+
- name: Setup yarn
32+
run: yarn config set enableHardenedMode false
3133
- name: Install dependencies
3234
run: yarn install
3335
- name: Build package

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
nodeLinker: node-modules
22
yarnPath: .yarn/releases/yarn-4.4.0.cjs
33
changesetBaseRefs: ["HEAD"]
4-
enableHardenedMode: false

0 commit comments

Comments
 (0)