From a01a2610eedc602b42068ebec0190c80ab43978b Mon Sep 17 00:00:00 2001 From: Phillip Jensen <33448819+cryptobench@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:06:31 +0100 Subject: [PATCH] build: updated the pipeline config to display versions of yagna used [skip ci] Add requestor / provider versions to workflow name to make it easier to see #681 (#695) * test: use run-name * test: move run-name to the bottom * test: use input values as name as env is not supported --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 632e02b3b..383c34524 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,3 +189,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release +run-name: "${{ github.workflow }} - Requestor: ${{ github.event.inputs.requestor_version }}, Provider: ${{ github.event.inputs.provider_version }}, WASI: ${{ github.event.inputs.provider_wasi_version }}, VM: ${{ github.event.inputs.provider_vm_version }}"