Skip to content

Commit 74935d8

Browse files
authored
Fix release (#1309)
This reverts commit af14cb9.
1 parent da6235b commit 74935d8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
- name: Check out code
1616
uses: actions/checkout@v4
1717

18-
- name: Install Rust
19-
uses: actions-rs/toolchain@v1
20-
with:
21-
toolchain: nightly
22-
override: true
23-
2418
- name: Setup Node.js environment
2519
uses: actions/setup-node@v4
2620
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postinstall": "npx husky",
2525
"typecheck": "turbo run typecheck",
2626
"reset-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && yarn cache clean && yarn",
27-
"release": "yarn build:crates && yarn build:packages && changeset publish"
27+
"release": "yarn build:packages && changeset publish"
2828
},
2929
"devDependencies": {
3030
"@hyperdrive/prettier-config": "*",

0 commit comments

Comments
 (0)