File tree Expand file tree Collapse file tree 5 files changed +10
-261
lines changed
Expand file tree Collapse file tree 5 files changed +10
-261
lines changed Original file line number Diff line number Diff line change 44 merge_group :
55 pull_request :
66 branches :
7- - main
8- - release/v4
9- - vincent-and-the-doctor
7+ - release/core-2
108
119permissions :
1210 contents : read
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ run-name: Release
44on :
55 push :
66 branches :
7- - main
8- - release/v4
7+ - release/core-2
98
109concurrency :
1110 group : ${{ github.workflow }}-${{ github.ref }}
@@ -43,10 +42,10 @@ jobs:
4342 id : config
4443 uses : ./.github/actions/init
4544 with :
46- turbo-signature : ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
47- turbo-team : ${{ vars.TURBO_TEAM }}
48- turbo-token : ${{ secrets.TURBO_TOKEN }}
4945 playwright-enabled : true # Must be present to enable caching on branched workflows
46+ # turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
47+ # turbo-team: ${{ vars.TURBO_TEAM }}
48+ # turbo-token: ${{ secrets.TURBO_TOKEN }}
5049
5150 - name : Build release
5251 run : pnpm turbo build $TURBO_ARGS --force
5554 id : changesets
5655 uses : changesets/action@v1
5756 with :
58- commit : " ci(repo): Version packages"
59- title : " ci(repo): Version packages"
57+ commit : " ci(repo): Version packages (Core 2) "
58+ title : " ci(repo): Version packages (Core 2) "
6059 publish : pnpm release
6160 # Workaround for https://github.com/changesets/changesets/issues/421
6261 version : pnpm version-packages
@@ -139,6 +138,9 @@ jobs:
139138 - name : Checkout Repo
140139 uses : actions/checkout@v4
141140 with :
141+ fetch-depth : 1
142+ fetch-tags : false
143+ filter : " blob:none"
142144 show-progress : false
143145
144146 - name : Cache node_modules (Node v${{ matrix.version }})
You can’t perform that action at this time.
0 commit comments