mirror of https://github.com/dapr/rust-sdk.git
chore: bump runtime to 1.15.0-rc.2 (#255)
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
8bf6013eee
commit
a532ee1a50
|
@ -46,14 +46,14 @@ jobs:
|
|||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
|
||||
DAPR_CLI_REF: ${{ github.event.inputs_daprcli_commit }}
|
||||
DAPR_CLI_VERSION: ${{ github.event.inputs_daprcli_version }}
|
||||
DAPR_REF: 334ae9eea43d487a7b29a0e4aef904e3eba57a10
|
||||
DAPR_REF: ${{ github.event.inputs.dapr_commit }}
|
||||
DAPR_RUNTIME_VERSION: ${{ github.event.inputs.dapr_version }}
|
||||
CHECKOUT_REPO: ${{ github.repository }}
|
||||
CHECKOUT_REF: ${{ github.ref }}
|
||||
outputs:
|
||||
DAPR_INSTALL_URL: ${{ env.DAPR_INSTALL_URL }}
|
||||
DAPR_CLI_VERSION: ${{ steps.outputs.outputs.DAPR_CLI_VERSION }}
|
||||
DAPR_RUNTIME_VERSION: ${{ steps.outputs.outputs.DAPR_RUNTIME_VERSION }}
|
||||
DAPR_RUNTIME_VERSION: 1.15.0-rc.2
|
||||
CHECKOUT_REPO: ${{ steps.outputs.outputs.CHECKOUT_REPO }}
|
||||
CHECKOUT_REF: ${{ steps.outputs.outputs.CHECKOUT_REF }}
|
||||
GITHUB_SHA: ${{ steps.outputs.outputs.GITHUB_SHA }}
|
||||
|
|
Loading…
Reference in New Issue