Skip to content

Commit

Permalink
ci: use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Oct 7, 2022
1 parent f251a53 commit eda1e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.current-time.outputs.time }}"
automatic_release_tag: "${{ steps.current-time.outputs.formattedTime }}"
prerelease: true
files: |
app/build/outputs/apk/github/release/*
Expand Down

0 comments on commit eda1e0c

Please sign in to comment.