Skip to content

Commit

Permalink
[ops] - updated synnax deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbon99 committed Jun 13, 2024
1 parent 4aed179 commit e1c75a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ jobs:
publish-release:
runs-on: ubuntu-latest
if: needs.setup.outputs.changed == 'true' && needs.create-release.outputs.release_id != ''
needs: [ create-release, build-tauri ]
needs: [ create-release, build-tauri, setup ]
env:
VERSION: ${{ needs.setup.outputs.VERSION }}
PURE_VERSION: ${{ needs.setup.outputs.PURE_VERSION }}
RELEASE_ID: ${{ needs.create-release.outputs.release_id }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit e1c75a9

Please sign in to comment.