We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4bcf commit fbbb14aCopy full SHA for fbbb14a
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Start containerized server and dependencies
74
env:
75
- TEMPORAL_CLI_VERSION: 1.6.1-server-1.31.0-150.0
+ TEMPORAL_CLI_VERSION: 1.6.1-server-1.31.0-151.0
76
run: |
77
wget -O temporal_cli.tar.gz https://github.com/temporalio/cli/releases/download/v${TEMPORAL_CLI_VERSION}/temporal_cli_${TEMPORAL_CLI_VERSION}_linux_amd64.tar.gz
78
tar -xzf temporal_cli.tar.gz
0 commit comments