Skip to content

Commit fa52dba

Browse files
use env variables python release
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent e91bdd1 commit fa52dba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-python-provider.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ permissions:
1212
jobs:
1313
python-release:
1414
runs-on: ubuntu-latest
15+
env:
16+
VERSION: ${{ inputs.version }}
1517
steps:
1618
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17-
- name: Extract version
18-
run: |
19-
VERSION=${{ inputs.version }}
20-
2119
- name: Edit Toml
2220
uses: colathro/toml-editor@da6b46ee7779ed730d2160393ed95fb20e82696d # v1.1.1
2321
with:

0 commit comments

Comments
 (0)