Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Mar 6, 2023
1 parent 875bb02 commit 5bdbde4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
# set current time and format
echo "BUILD_TIME=$(date "+%Y-%m-%d-%H-%M")" >> $GITHUB_ENV
# set apk name
- name: Set apk name
id: set_apk_name
run: |
echo "APK_NAME=${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION_NAME }}-${{ env.TIMESTAMP }}-${{ env.COMMIT_ID }}.apk" >> $GITHUB_ENV
- name: Build changelog
id: build_changelog
Expand Down

0 comments on commit 5bdbde4

Please sign in to comment.