Skip to content

Commit

Permalink
Fix a small bug in version setting script (#415)
Browse files Browse the repository at this point in the history
* Fix a small bug in version setting script

* Deploy order

* Tweak

* Tweak

* Tweak

* Tweak

* Tweak
  • Loading branch information
wjthieme authored Oct 28, 2024
1 parent cc5da6e commit 5fd5c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
manifest-file: ts-sdk/${{ matrix.package }}/package.json
- name: Setup npm
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Setup yarn
run: yarn config set enableHardenedMode false
- name: Install dependencies
run: yarn install
- name: Build package
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.4.0.cjs
changesetBaseRefs: ["HEAD"]
enableHardenedMode: false

0 comments on commit 5fd5c1d

Please sign in to comment.