Skip to content

Commit 433a465

Browse files
committed
WIP
1 parent 08d4af9 commit 433a465

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release_created.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,11 @@ jobs:
5858
- name: "Checkout code"
5959
uses: actions/checkout@v5
6060

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-
6761
- name: "Build proxies"
6862
uses: ./.github/actions/build-proxies
6963
with:
7064
environment: "main"
7165
apimEnv: "int"
7266
runId: "${{ github.run_id }}"
7367
releaseVersion: "${{ github.event.release.tag_name }}"
74-
version: "${{ steps.get_version.outputs.version }}"
68+
isRelease: true

0 commit comments

Comments
 (0)