Skip to content

Commit

Permalink
Bump maxOS bundle version
Browse files Browse the repository at this point in the history
After renaming the macOS jobs, the counter restarted again, and uploading to Apple Store is failing because of duplicated values
  • Loading branch information
jperedadnr authored Sep 11, 2024
1 parent 365cd56 commit 4fab385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<properties>
<package.type>pkg</package.type>
<mac.app.store>false</mac.app.store>
<bundle.version>${env.GITHUB_RUN_NUMBER}</bundle.version>
<bundle.version>2.${env.GITHUB_RUN_NUMBER}</bundle.version>
<bundle.short.version>1.0</bundle.short.version>
</properties>
</profile>
Expand All @@ -165,7 +165,7 @@
<properties>
<package.type>pkg</package.type>
<mac.app.store>true</mac.app.store>
<bundle.version>1.${env.GITHUB_RUN_NUMBER}</bundle.version>
<bundle.version>2.${env.GITHUB_RUN_NUMBER}</bundle.version>
<bundle.short.version>1.6</bundle.short.version>
</properties>
</profile>
Expand Down

0 comments on commit 4fab385

Please sign in to comment.