We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2da4c4 commit 0b0d63eCopy full SHA for 0b0d63e
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Start CLI server
86
env:
87
- TEMPORAL_CLI_VERSION: 1.7.1-standalone-nexus-operations
+ TEMPORAL_CLI_VERSION: 1.7.2-standalone-nexus-operations
88
run: |
89
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
90
tar -xzf temporal_cli.tar.gz
0 commit comments