Skip to content

Commit e7d1734

Browse files
authored
Update android.yml
1 parent 6178db3 commit e7d1734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create tag
7474
id: create_tag
7575
run: |
76-
echo "TAG_NAME=v$(date +%Y%m%d%H%M%S)" >> $GITHUB_OUTPUT
76+
echo "TAG_NAME=v$(date +%Y.%m%d.%H%M%S)" >> $GITHUB_OUTPUT
7777
- name: Release
7878
uses: softprops/action-gh-release@v2
7979
env:

0 commit comments

Comments
 (0)