Skip to content

Commit b9ba9e4

Browse files
committed
Fixups
1 parent d8dfd18 commit b9ba9e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release-create-new.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
env:
3737
GH_TOKEN: ${{ github.token }}
3838
permissions:
39+
actions: write
3940
contents: write
4041
pull-requests: write
4142
runs-on: ubuntu-latest

.github/workflows/update-branch-version.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
# limitations under the License.
1515

1616
name: "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

2321
on:
2422
workflow_dispatch:
@@ -57,7 +55,7 @@ jobs:
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() {

0 commit comments

Comments
 (0)