Skip to content

Commit

Permalink
typo on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenova authored Jun 16, 2022
1 parent 6b43b65 commit 97198d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAPKDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
name: "Debug Auto Build - ${{ steps.tags.outputs.tag }} - ${{ steps.date.outputs.date }}"
artifacts: "mobile/artifacts/*.apk"
allowUpdates: "true"
body: "An auto build for internal at ${{ steps.date.outputs.date }} for ${{ steps.tags.output.tag }}"
body: "An auto build for internal at ${{ steps.date.outputs.date }} for ${{ steps.tags.outputs.tag }}"
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/BuildAPKRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
name: "Release Auto Build - ${{ steps.tags.outputs.tag }} - ${{ steps.date.outputs.date }}"
artifacts: "mobile/artifacts/*.apk"
allowUpdates: "true"
body: "An auto build for release at ${{ steps.date.outputs.date }} for ${{ steps.tags.output.tag }}"
body: "An auto build for release at ${{ steps.date.outputs.date }} for ${{ steps.tags.outputs.tag }}"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97198d7

Please sign in to comment.