Skip to content

Commit 5586c3e

Browse files
committed
[#860] Fix missed Slack notification commit id
1 parent 45b87d0 commit 5586c3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ jobs:
124124
cat output.txt
125125
echo "APK_URL=$(tail -n 1 output.txt)" >> $GITHUB_ENV
126126
127+
- name: Set short git commit SHA
128+
id: vars
129+
run: |
130+
shortSha=$(git rev-parse --short ${{ github.sha }})
131+
echo "COMMIT_SHORT_SHA=$shortSha" >> $GITHUB_ENV
132+
127133
- name: Send custom JSON data to Slack workflow
128134
id: slack
129135
uses: slackapi/[email protected]

0 commit comments

Comments
 (0)