Skip to content

Commit

Permalink
Cut release v0.26.3 (#4427)
Browse files Browse the repository at this point in the history
* Cut release v0.26.3

* Support new electron-builder env variable requirements for building in release mode
  • Loading branch information
franknoirot authored Nov 7, 2024
1 parent f452f9b commit 64f0f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-test-publish-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
- name: Build the app (release)
if: ${{ env.BUILD_RELEASE == 'true' }}
env:
PUBLISH_FOR_PULL_REQUEST: true
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoo-modeling-app",
"version": "0.26.2",
"version": "0.26.3",
"private": true,
"productName": "Zoo Modeling App",
"author": {
Expand Down

0 comments on commit 64f0f5b

Please sign in to comment.