Skip to content

Commit bfdfb2c

Browse files
authored
chore(release): Update Workflows (#2555)
1 parent 17c772e commit bfdfb2c

File tree

6 files changed

+9
-150
lines changed

6 files changed

+9
-150
lines changed

.github/workflows/release-alpha.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/release-artifacts.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- changeset-release/main
10-
- beta
1110

1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.ref }}
@@ -44,7 +43,7 @@ jobs:
4443

4544
- name: Generate Docs
4645
run: |
47-
cd packages/sdk
46+
cd legacy_packages/sdk
4847
pnpm generate-docs
4948
cd ../react-core
5049
pnpm generate-docs
@@ -60,12 +59,12 @@ jobs:
6059
git config --local user.email "action@github.com"
6160
git config --local user.name "GitHub Action"
6261
git status
63-
git add packages/react/typedoc/documentation.json.gz
64-
git add packages/react-core/typedoc/documentation.json.gz
65-
git add packages/react-native/typedoc/documentation.json.gz
66-
git add packages/sdk/typedoc/documentation.json.gz
67-
git add packages/storage/typedoc/documentation.json.gz
68-
git add packages/wallets/typedoc/documentation.json.gz
62+
git add legacy_packages/react/typedoc/documentation.json.gz
63+
git add legacy_packages/react-core/typedoc/documentation.json.gz
64+
git add legacy_packages/react-native/typedoc/documentation.json.gz
65+
git add legacy_packages/sdk/typedoc/documentation.json.gz
66+
git add legacy_packages/storage/typedoc/documentation.json.gz
67+
git add legacy_packages/wallets/typedoc/documentation.json.gz
6968
git add packages/thirdweb/typedoc/documentation.json.gz
7069
git add snippets/feature_snippets_react.json
7170
git add snippets/feature_snippets_sdk.json

.github/workflows/release-beta.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/release-next.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- ".changeset/**"
1010
- "packages/**"
11+
- "legacy_packages/**"
1112
branches:
1213
- main
1314

.github/workflows/sync-chains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Run chains sync
2121
run: bun run db:sync
22-
working-directory: ./packages/chains
22+
working-directory: ./legacy_packages/chains
2323

2424
- name: Check for Changes
2525
id: git-check

0 commit comments

Comments
 (0)