Skip to content

Commit

Permalink
Unreset the build number
Browse files Browse the repository at this point in the history
to prevent the old update checking logic from failing. This can be set back on the next release potentially.
  • Loading branch information
MarmadileManteater committed Oct 30, 2024
1 parent f4c600e commit 80c8b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaseCordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
result-encoding: string
script: |
// TODO✏ automate this
var run_number = ${{ github.run_number }} - 121
var run_number = ${{ github.run_number }}
var version = '${{ steps.pkg.outputs.version }}'
var version_number = version + '.' + run_number
return version_number
Expand Down

0 comments on commit 80c8b29

Please sign in to comment.