Skip to content

Commit 4d4e274

Browse files
Fix base branch
1 parent 75cf67a commit 4d4e274

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
run: |
5252
gh pr create \
53-
--base main \
53+
--base master \
5454
--head "release/${{ inputs.version }}" \
5555
--title "Release ${{ inputs.version }}" \
5656
--body "This will release a new version of the Android connectors."

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# Runs whenever a release PR is merged
44
pull_request:
55
branches:
6-
- main
6+
- master
77
types: [ closed ]
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)