Skip to content

Commit 8572519

Browse files
committed
Use actions from main branch in release workflow
1 parent 7e85a31 commit 8572519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050

5151
- name: Bump version
5252
id: bump
53-
uses: GetStream/stream-build-conventions-android/.github/actions/bump-version@develop
53+
uses: GetStream/stream-build-conventions-android/.github/actions/bump-version@main
5454
with:
5555
bump: ${{ inputs.bump }}
5656
file: ${{ inputs.version-properties-file }}
5757

5858
- name: Setup Gradle
59-
uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@develop
59+
uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
6060
with:
6161
cache-read-only: false
6262

@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Bump version
107107
id: bump
108-
uses: GetStream/stream-build-conventions-android/.github/actions/bump-version@develop
108+
uses: GetStream/stream-build-conventions-android/.github/actions/bump-version@main
109109
with:
110110
bump: ${{ inputs.bump }}
111111
file: ${{ inputs.version-properties-file }}
@@ -122,7 +122,7 @@ jobs:
122122
run: git push origin HEAD:ci-release --force-with-lease
123123

124124
- name: Setup Gradle
125-
uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@develop
125+
uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@main
126126
with:
127127
cache-read-only: false
128128

0 commit comments

Comments
 (0)