Skip to content

Commit 6fa9310

Browse files
committed
chore: temp disable canary releases
1 parent 5fcfe64 commit 6fa9310

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/branch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Run Tests
3636
run: bun test:all
3737

38-
# Release
39-
- name: Release (Canary)
40-
run: |
41-
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
42-
bun changeset version --snapshot dev
43-
bun publish:canary:ci
38+
# Release TODO: Fix
39+
# - name: Release (Canary)
40+
# run: |
41+
# npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
42+
# bun changeset version --snapshot dev
43+
# bun publish:canary:ci

0 commit comments

Comments
 (0)