Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 14, 2023
1 parent 0943613 commit 2855aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app_version_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
if: ${{ needs.old_app_version.outputs.versionCode }} == ${{ needs.new_app_version.outputs.versionCode }}
run: exit 1
- name: "Same VersionName"
if: ${{ needs.old_app_version.outputs.versionName }} == ${{ nedds.new_app_version.outputs.versionName }}
if: ${{ needs.old_app_version.outputs.versionName }} == ${{ needs.new_app_version.outputs.versionName }}
run: exit 1

0 comments on commit 2855aff

Please sign in to comment.