mirror of https://github.com/dapr/go-sdk.git
Update validate_examples.yaml
This commit is contained in:
parent
aa5f49c9b0
commit
bf53003951
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- uses: azure/setup-helm@v1
|
||||
- name: Determine latest Dapr Runtime version
|
||||
run: |
|
||||
helm repo add dapr https://dapr.github.io/helm-charts/ && helm repo update && export RUNTIME_VERSION=$(helm show chart dapr/dapr --devel | grep "appVersion: \d\+\.\d\+\.\d\+.*" | cut -d ' ' -f2)
|
||||
helm repo add dapr https://dapr.github.io/helm-charts/ && helm repo update && export RUNTIME_VERSION=$(helm show chart dapr/dapr --devel | grep "appVersion: [0-9]\+\.[0-9]\+\.[0-9]\+.*" | cut -d ' ' -f2)
|
||||
echo "DAPR_RUNTIME_VER=$RUNTIME_VERSION" >> $GITHUB_ENV
|
||||
echo "Found $RUNTIME_VERSION"
|
||||
- name: Determine latest Dapr Cli version
|
||||
|
|
|
|||
Loading…
Reference in New Issue