Skip to content

Commit

Permalink
chore(pipeline): update checkout to use dev branch
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
LasOri and davidSchuppa committed Mar 1, 2024
1 parent 9c23d5f commit 66e7d33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release_sample_app_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
name: Release Sample App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: dev
submodules: true
fetch-depth: 0 # 0 indicates all history

- name: set up JDK 1.17
uses: actions/setup-java@v4
with:
Expand All @@ -57,14 +59,14 @@ jobs:
run: make prepare-sample-release

- name: Create sample app release bundle
run: ./gradlew :sample:bundleRelease
run: make create-sample-release-bundle

- name: PlayStore upload
uses: r0adkll/[email protected]
with:
serviceAccountJson: ./sample/google-play-store-service-account.json
packageName: com.emarsys.sample
releaseFile: sample/build/outputs/bundle/release/sample-release.aab
releaseFiles: sample/build/outputs/bundle/release/sample-release.aab
track: alpha

Report:
Expand Down

0 comments on commit 66e7d33

Please sign in to comment.