We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cf67a commit 4d4e274Copy full SHA for 4d4e274
2 files changed
.github/workflows/create-release.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
run: |
52
gh pr create \
53
- --base main \
+ --base master \
54
--head "release/${{ inputs.version }}" \
55
--title "Release ${{ inputs.version }}" \
56
--body "This will release a new version of the Android connectors."
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ on:
3
# Runs whenever a release PR is merged
4
pull_request:
5
branches:
6
- - main
+ - master
7
types: [ closed ]
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
0 commit comments