Skip to content

Commit d74f18d

Browse files
committed
chore: update stable GHA
1 parent 6eeaa28 commit d74f18d

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release-cli-sdk.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
push:
1616
branches:
1717
- main
18-
- stable
1918
paths:
2019
- 'apps/cli/**'
2120
- 'packages/sdk/**'
@@ -124,12 +123,6 @@ jobs:
124123
fetch-depth: 0
125124
token: ${{ steps.generate_token.outputs.token }}
126125

127-
# On stable, CLI job may have pushed a version-bump commit.
128-
# Pull latest to avoid building stale code.
129-
- name: Pull latest (stable branch)
130-
if: github.ref_name == 'stable'
131-
run: git pull origin stable
132-
133126
- uses: pnpm/action-setup@v4
134127

135128
- uses: actions/setup-node@v6

.github/workflows/release-superdoc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Auto-releases on push to main (@next channel)
2-
# For stable (@latest): cherry-pick commits to stable branch, then manually dispatch this workflow
1+
# Auto-releases on push to:
2+
# - main (@next channel)
3+
# - stable (@latest channel)
34
name: 📦 Release superdoc
45

56
on:
67
push:
78
branches:
89
- main
10+
- stable
911
paths:
1012
- 'packages/superdoc/**'
1113
- 'packages/layout-engine/**'

0 commit comments

Comments
 (0)