Skip to content

Commit

Permalink
fix: deploy server mainnet after testnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed May 9, 2024
1 parent b369a18 commit cc8c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DEPLOY_VERSION: ${{ github.ref_name }}
deploy-server-mainnet:
if: startsWith(github.ref_name, 'graffiti-server-')
needs: [publish-server]
needs: [publish-server, deploy-server-testnet]
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.1.0
secrets: inherit
with:
Expand Down

0 comments on commit cc8c07a

Please sign in to comment.