Skip to content

Commit

Permalink
Merge pull request #6990 from ORNL-AMO/develop
Browse files Browse the repository at this point in the history
Desktop Build Pipeline - Correction to release conditional
  • Loading branch information
esserhr authored Aug 30, 2024
2 parents 4d9251b + a0cab56 commit 6ae3d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
release:
if: github.ref_name == 'master'
runs-on: ubuntu-22.04
needs: [build]
needs: [notarization]
env:
VERSION: ${{ needs.build.outputs.BUILD_VERSION }}
steps:
Expand Down

0 comments on commit 6ae3d03

Please sign in to comment.