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 cf3adae commit 759c004Copy full SHA for 759c004
.github/workflows/raise_pr.yaml
@@ -33,7 +33,7 @@ jobs:
33
mkdir -p bin
34
echo "current working directory - $(pwd)"
35
echo "Downloading speakeasy binary to: $(pwd)/bin/speakeasy"
36
- curl -L -o bin/speakeasy https://github.com/speakeasy-api/branchedgeneration-cli-build-ian/releases/download/5.0.0/speakeasy
+ curl -L -o bin/speakeasy https://github.com/speakeasy-api/branchedgeneration-cli-build-ian/releases/download/5.0.1-ivan/speakeasy
37
chmod +x bin/speakeasy
38
echo "github workspace - ${{ github.workspace }}"
39
0 commit comments