Skip to content

Commit

Permalink
build(tests): bump default yagna version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Mar 12, 2024
1 parent 90ba306 commit 1f8f9b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
workflow_dispatch:
inputs:
provider_version:
description: "Provider version (e.g., v0.13.2 or pre-rel-v0.13.1)"
description: "Provider version (e.g., v0.14.0 or pre-rel-v0.14.1)"
required: false
default: "v0.13.2"
default: "v0.14.0"
requestor_version:
description: "Requestor version (e.g., v0.13.2 or pre-rel-v0.13.1)"
description: "Requestor version (e.g., v0.14.0 or pre-rel-v0.14.1)"
required: false
default: "v0.13.2"
default: "v0.14.0"
provider_wasi_version:
description: "Provider WASI version (e.g., v0.2.2)"
required: false
Expand All @@ -36,8 +36,8 @@ permissions:
contents: read # for checkout

env:
PROVIDER_VERSION: ${{ github.event.inputs.provider_version || 'v0.13.2' }}
REQUESTOR_VERSION: ${{ github.event.inputs.requestor_version || 'v0.13.2' }}
PROVIDER_VERSION: ${{ github.event.inputs.provider_version || 'v0.14.0' }}
REQUESTOR_VERSION: ${{ github.event.inputs.requestor_version || 'v0.14.0' }}
PROVIDER_WASI_VERSION: ${{ github.event.inputs.provider_wasi_version || 'v0.2.2' }}
PROVIDER_VM_VERSION: ${{ github.event.inputs.provider_vm_version || 'v0.3.0' }}

Expand Down

0 comments on commit 1f8f9b7

Please sign in to comment.