Skip to content

Commit

Permalink
build: updated the pipeline config to display versions of yagna used …
Browse files Browse the repository at this point in the history
…[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
  • Loading branch information
cryptobench authored Nov 30, 2023
1 parent ce3b6dd commit a01a261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit a01a261

Please sign in to comment.