chore: Do not update in nox-distro (#100)

Do not update in nox-distro
This commit is contained in:
Anatolios Laskaris 2023-08-02 14:19:30 +03:00 committed by GitHub
parent deb6721535
commit 6bca793c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"