We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbcaab commit 4647d63Copy full SHA for 4647d63
1 file changed
.github/workflows/android.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Set variables
27
run: |
28
- echo "TAG_NAME=$((date +%s))" >> $GITHUB_ENV
+ echo "TAG_NAME=$(date +%s)" >> $GITHUB_ENV
29
shell: bash
30
- name: Update local.properties
31
0 commit comments