File tree Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 77
88env :
99 FLUTTER_VERSION : " 3.22.0"
10- RUST_TOOLCHAIN : " 1.77.2 "
10+ RUST_TOOLCHAIN : " 1.80.1 "
1111
1212jobs :
1313 create-release :
Original file line number Diff line number Diff line change 1919env :
2020 CARGO_TERM_COLOR : always
2121 CLOUD_VERSION : 0.7.6-amd64
22- RUST_TOOLCHAIN : " 1.77.2 "
22+ RUST_TOOLCHAIN : " 1.80.1 "
2323
2424jobs :
2525 self-hosted-job :
Original file line number Diff line number Diff line change 1111env :
1212 CARGO_TERM_COLOR : always
1313 FLUTTER_VERSION : " 3.22.0"
14- RUST_TOOLCHAIN : " 1.77.2 "
14+ RUST_TOOLCHAIN : " 1.80.1 "
1515
1616jobs :
1717 tests :
Original file line number Diff line number Diff line change 1111env :
1212 NODE_VERSION : " 18.16.0"
1313 PNPM_VERSION : " 8.5.0"
14- RUST_TOOLCHAIN : " 1.77.2 "
14+ RUST_TOOLCHAIN : " 1.80.1 "
1515 CARGO_MAKE_VERSION : " 0.36.6"
1616 CI : true
1717
@@ -121,4 +121,4 @@ jobs:
121121 with :
122122 tauriScript : pnpm tauri
123123 projectPath : frontend/appflowy_web_app
124- args : " --debug"
124+ args : " --debug"
Original file line number Diff line number Diff line change 77env :
88 NODE_VERSION : " 18.16.0"
99 PNPM_VERSION : " 8.5.0"
10- RUST_TOOLCHAIN : " 1.77.2 "
10+ RUST_TOOLCHAIN : " 1.80.1 "
1111
1212concurrency :
1313 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- platform : [ ubuntu-20.04 ]
22+ platform : [ubuntu-20.04]
2323
2424 runs-on : ${{ matrix.platform }}
2525
@@ -108,4 +108,4 @@ jobs:
108108 with :
109109 tauriScript : pnpm tauri
110110 projectPath : frontend/appflowy_tauri
111- args : " --debug"
111+ args : " --debug"
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 branch :
7- description : ' The branch to release'
7+ description : " The branch to release"
88 required : true
9- default : ' main'
9+ default : " main"
1010 version :
11- description : ' The version to release'
11+ description : " The version to release"
1212 required : true
13- default : ' 0.0.0'
13+ default : " 0.0.0"
1414env :
1515 NODE_VERSION : " 18.16.0"
1616 PNPM_VERSION : " 8.5.0"
17- RUST_TOOLCHAIN : " 1.77.2 "
17+ RUST_TOOLCHAIN : " 1.80.1 "
1818
1919jobs :
20-
2120 publish-tauri :
2221 permissions :
2322 contents : write
You can’t perform that action at this time.
0 commit comments