File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010jobs :
1111 publish-stable :
1212 name : Version or publish
13+ timeout-minutes : 15
1314 runs-on : ubuntu-latest
1415 steps :
1516 - name : Checkout
4041 title : New release
4142 commit : New release
4243 version : pnpm run bump:stable
43- publish : pnpm run release:stable
44+ publish : pnpm run release:stable:ci
4445 createGithubReleases : false
4546 env :
4647 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2424 "bump:next" : " changeset version --snapshot" ,
2525 "bump:check" : " changeset status --since=main" ,
2626 "release:stable" : " pnpm publish -r --access public" ,
27+ "release:stable:ci" : " pnpm publish -r --access public --publish-branch stable" ,
2728 "release:next" : " pnpm publish -r --access public --tag next" ,
2829 "format" : " prettier --write ." ,
2930 "format:staged" : " pretty-quick --staged"
You can’t perform that action at this time.
0 commit comments