From 6bca793c253c2967980ab053fcf0b0c9e3496978 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Wed, 2 Aug 2023 14:19:30 +0300 Subject: [PATCH] chore: Do not update in nox-distro (#100) Do not update in nox-distro --- .github/workflows/release.yml | 15 --------------- 1 file changed, 15 deletions(-) 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"