diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bfed32..ca408e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,21 +184,6 @@ jobs: files: aqua-ipfs.tar.gz tag_name: ${{ needs.release-please.outputs.tag-name }} - - name: Update version in node-distro repo - if: needs.release-please.outputs.release-created - uses: benc-uk/workflow-dispatch@v1 - with: - workflow: update_service - repo: fluencelabs/node-distro - ref: "main" - token: ${{ secrets.PERSONAL_TOKEN }} - inputs: '{ - "name": "aqua-ipfs", - "version": "${{ needs.release-please.outputs.version }}", - "url": "https://github.com/fluencelabs/aqua-ipfs/releases/download/${{ needs.release-please.outputs.tag-name }}/aqua-ipfs.tar.gz", - "sha256": "${{ steps.sha.outputs.sha256 }}" - }' - slack: if: always() name: "Notify"