Skip to content

Commit 5bdbde4

Browse files
committed
chore: bump version
1 parent 875bb02 commit 5bdbde4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
5858
# set current time and format
5959
echo "BUILD_TIME=$(date "+%Y-%m-%d-%H-%M")" >> $GITHUB_ENV
60-
# set apk name
60+
- name: Set apk name
61+
id: set_apk_name
62+
run: |
6163
echo "APK_NAME=${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION_NAME }}-${{ env.TIMESTAMP }}-${{ env.COMMIT_ID }}.apk" >> $GITHUB_ENV
6264
- name: Build changelog
6365
id: build_changelog

0 commit comments

Comments
 (0)