Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Nov 1, 2024
1 parent d8dfd18 commit b9ba9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
permissions:
actions: write
contents: write
pull-requests: write
runs-on: ubuntu-latest
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/update-branch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
# limitations under the License.

name: "Release: 0. Update version in target branch"
id: "update_branch_version"

# The target branch when starting this workflow should be:
# 1. "branch/{major}.{minor}.x" if it exists, or
# 2. "main"
# 1. "branch/{major}.{minor}.x" if it exists, or "main"

on:
workflow_dispatch:
Expand Down Expand Up @@ -57,7 +55,7 @@ jobs:
with:
ref: ${{ inputs.target_branch }}

- name: Prepare environment
- name: Prepare environment
id: prepare-env
run: |
log_and_export_vars() {
Expand Down

0 comments on commit b9ba9e4

Please sign in to comment.