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 08d4af9 commit 433a465Copy full SHA for 433a465
.github/workflows/release_created.yaml
@@ -58,17 +58,11 @@ jobs:
58
- name: "Checkout code"
59
uses: actions/checkout@v5
60
61
- - name: "Get version from .version file"
62
- id: get_version
63
- run: |
64
- version=$(head -n 1 .version 2> /dev/null || echo unknown)
65
- echo "version=$version" >> $GITHUB_OUTPUT
66
-
67
- name: "Build proxies"
68
uses: ./.github/actions/build-proxies
69
with:
70
environment: "main"
71
apimEnv: "int"
72
runId: "${{ github.run_id }}"
73
releaseVersion: "${{ github.event.release.tag_name }}"
74
- version: "${{ steps.get_version.outputs.version }}"
+ isRelease: true
0 commit comments