Skip to content

Commit 9bdcbc4

Browse files
committed
fix: actions deployment
1 parent 28c5e1b commit 9bdcbc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
release-type: go
2121
token: ${{secrets.GITHUB_TOKEN}}
2222

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 }}
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 }}

0 commit comments

Comments
 (0)