We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c5e1b commit 9bdcbc4Copy full SHA for 9bdcbc4
.github/workflows/release.yml
@@ -20,9 +20,9 @@ jobs:
20
release-type: go
21
token: ${{secrets.GITHUB_TOKEN}}
22
23
- deploy-services:
24
- needs: release
25
- uses: ChainSafe/nodewatch-api/.github/workflows/build-deploy-prod.yml@fix/actions-deployment
26
- if: ${{ needs.release.outputs.release_created }}
27
- with:
28
- tag: ${{ needs.release.outputs.tag }}
+ # deploy-services:
+ # needs: release
+ # uses: ChainSafe/nodewatch-api/.github/workflows/build-deploy-prod.yml@fix/actions-deployment
+ # if: ${{ needs.release.outputs.release_created }}
+ # with:
+ # tag: ${{ needs.release.outputs.tag }}
0 commit comments