Skip to content

Commit

Permalink
ci: fix prod gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Aug 8, 2024
1 parent 01ab93b commit fd0e397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
serviceAccountJson: service_account.json
packageName: com.wire
releaseFiles: app/build/outputs/bundle/prodCompatRelease/*.aab
track: alpha
track: Alpha
- name: Deploy ProdCompatRelease to S3
uses: ./.github/actions/deploy-to-s3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: 'Attach changelog to tag'
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{github.token}}
GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}
with:
tag_name: ${{env.CURRENT_TAG}}
name: ${{env.CURRENT_TAG}}
body_path: ./CHANGELOG.md
draft: false
draft: true
prerelease: false

0 comments on commit fd0e397

Please sign in to comment.