mirror of https://github.com/dapr/rust-sdk.git
Remove overrides (#200)
* chore: bump version to 0.15 for release Signed-off-by: mikeee <hey@mike.ee> * chore: remove dapr overrides Signed-off-by: mikeee <hey@mike.ee> --------- Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
da08c030a6
commit
5407c713e5
|
@ -41,9 +41,9 @@ jobs:
|
|||
GOPROXY: https://proxy.golang.org
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
|
||||
DAPR_CLI_REF: ${{ github.event.inputs_daprcli_commit }}
|
||||
DAPR_CLI_VERSION: 1.14.0-rc.8
|
||||
DAPR_CLI_VERSION: ${{ github.event.inputs_daprcli_version }}
|
||||
DAPR_REF: ${{ github.event.inputs.dapr_commit }}
|
||||
DAPR_RUNTIME_VERSION: 1.14.0-rc.11
|
||||
DAPR_RUNTIME_VERSION: ${{ github.event.inputs.dapr_version }}
|
||||
CHECKOUT_REPO: ${{ github.repository }}
|
||||
CHECKOUT_REF: ${{ github.ref }}
|
||||
outputs:
|
||||
|
|
Loading…
Reference in New Issue