File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
34name : 📦 Release superdoc
45
56on :
67 push :
78 branches :
89 - main
10+ - stable
911 paths :
1012 - ' packages/superdoc/**'
1113 - ' packages/layout-engine/**'
You can’t perform that action at this time.
0 commit comments