Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Oct 12, 2020
2 parents cbbcf2d + 0a13d33 commit edb6742
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,29 @@ jobs:
asset_name: output-metadata-master-debug.json
asset_content_type: application/json

- name: Send Slack notification
uses: rtCamp/action-slack-notify@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: reminder-releases
SLACK_COLOR: '#6EE4D3'
SLACK_ICON: https://cdn.iconscout.com/icon/free/png-512/github-brand-logo-47401.png
SLACK_MESSAGE: |
Version: ${{ steps.extract_version.outputs.versionName }} (${{ steps.extract_version.outputs.versionCode }})
<https://github.com/numbersprotocol/starling-capture/releases/tag/${{ steps.extract_version.outputs.versionName }}|GitHub Release Note>
__APKs__
<https://drive.google.com/drive/folders/1Ed77Mkg1XGIRa6PZuyW6ua92MSmXSIfB?usp=sharing|Google Drive (Master-Debug, Master-QA, Internal-Debug and Internal-QA)>
<https://play.google.com/apps/internaltest/4699778249822953397|Google Play Internal Testing (Master-Release)>
<https://play.google.com/apps/testing/io.numbersprotocol.starlingcapture|Google Play Closed Alpha Testing (Internal-Release)>
__Notes__
- Publishing process usually requires some time to complete, and thus the link provided above might still display the old version of the app. Please check the app version before download and install the app.
- This message is automatically sent from GitHub Action.
SLACK_TITLE: Starling Capture QA Release
SLACK_USERNAME: GitHub Action

internal-track:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit edb6742

Please sign in to comment.