Skip to content

Commit

Permalink
[#860] Fix missed Slack notification commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Jan 12, 2024
1 parent 45b87d0 commit 5586c3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ jobs:
cat output.txt
echo "APK_URL=$(tail -n 1 output.txt)" >> $GITHUB_ENV
- name: Set short git commit SHA
id: vars
run: |
shortSha=$(git rev-parse --short ${{ github.sha }})
echo "COMMIT_SHORT_SHA=$shortSha" >> $GITHUB_ENV
- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.24.0
Expand Down

0 comments on commit 5586c3e

Please # to comment.