We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6178db3 commit e7d1734Copy full SHA for e7d1734
1 file changed
.github/workflows/android.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Create tag
74
id: create_tag
75
run: |
76
- echo "TAG_NAME=v$(date +%Y%m%d%H%M%S)" >> $GITHUB_OUTPUT
+ echo "TAG_NAME=v$(date +%Y.%m%d.%H%M%S)" >> $GITHUB_OUTPUT
77
- name: Release
78
uses: softprops/action-gh-release@v2
79
env:
0 commit comments