Skip to content

Commit

Permalink
Add changesNotSentForReview: true
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jul 8, 2024
1 parent 3814530 commit 76af562
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ jobs:
installer-suffix: -x64
arch: x64

build-darwin:
uses: ./.github/workflows/build-darwin.yml
secrets: inherit
needs: set-version
with:
macos_version: macos-14
xcode_version: latest-stable
version: ${{ needs.set-version.outputs.version }}
version_file: ${{ needs.set-version.outputs.version_file }}
prefix: ${{ needs.set-version.outputs.prefix }}
#build-darwin:
# uses: ./.github/workflows/build-darwin.yml
# secrets: inherit
# needs: set-version
# with:
# macos_version: macos-14
# xcode_version: latest-stable
# version: ${{ needs.set-version.outputs.version }}
# version_file: ${{ needs.set-version.outputs.version_file }}
# prefix: ${{ needs.set-version.outputs.prefix }}

build-ios:
uses: ./.github/workflows/build-ios.yml
Expand All @@ -153,7 +153,7 @@ jobs:

push-binaries:
runs-on: ubuntu-latest
needs: [ set-version, build-android, build-ios, build-darwin, build-linux, build-windows-x64 ]
needs: [ set-version, build-android, build-ios, build-linux, build-windows-x64 ]
env:
version: ${{ needs.set-version.outputs.version }}
prefix: ${{ needs.set-version.outputs.prefix }}
Expand Down

0 comments on commit 76af562

Please sign in to comment.