File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636 env :
3737 GH_TOKEN : ${{ github.token }}
3838 permissions :
39+ actions : write
3940 contents : write
4041 pull-requests : write
4142 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616name : " Release: 0. Update version in target branch"
17- id : " update_branch_version"
1817
1918# The target branch when starting this workflow should be:
20- # 1. "branch/{major}.{minor}.x" if it exists, or
21- # 2. "main"
19+ # 1. "branch/{major}.{minor}.x" if it exists, or "main"
2220
2321on :
2422 workflow_dispatch :
5755 with :
5856 ref : ${{ inputs.target_branch }}
5957
60- - name : Prepare environment
58+ - name : Prepare environment
6159 id : prepare-env
6260 run : |
6361 log_and_export_vars() {
You can’t perform that action at this time.
0 commit comments