Skip to content

Commit

Permalink
Bug 1797245 - part 1: Fix releases branch names by bumping relbot to …
Browse files Browse the repository at this point in the history
…v2.2.0
  • Loading branch information
JohanLorenzo committed Oct 31, 2022
1 parent 08fc6b2 commit 1ae6644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Create Release"
uses: mozilla-mobile/relbot@2.1.0
uses: mozilla-mobile/relbot@2.2.0
if: github.repository == 'mozilla-mobile/firefox-android'
with:
project: android-components
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-geckoview.yml
Expand Up @@ -33,15 +33,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Update GV (On Main)"
uses: mozilla-mobile/relbot@2.1.0
uses: mozilla-mobile/relbot@2.2.0
if: github.repository == 'mozilla-mobile/firefox-android' || github.repository == 'mozilla-releng/staging-firefox-android'
with:
project: android-components
command: update-main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Update GV (On Releases)"
uses: mozilla-mobile/relbot@2.1.0
uses: mozilla-mobile/relbot@2.2.0
if: github.repository == 'mozilla-mobile/firefox-android' || github.repository == 'mozilla-releng/staging-firefox-android'
with:
project: android-components
Expand Down

0 comments on commit 1ae6644

Please sign in to comment.