Skip to content

Commit 5015db9

Browse files
Update release.yml
Changed to environment Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent a5597e2 commit 5015db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
ls
140140
OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' | sed 's/^v//')"
141-
echo "::set-env name=OSMP_VERSION::$OSMP_VERSION"
141+
echo "OSMP_VERSION=$OSMP_VERSION" >> $GITHUB_ENV
142142
- name: Create README
143143
working-directory: dist
144144
run: |
@@ -159,7 +159,7 @@ jobs:
159159
160160
- ASAM_OSI_Standard_${{needs.setup.outputs.output1}}
161161
- open_simulation_interface_${{needs.setup.outputs.output1}}
162-
- osi-sensor-model-packaging_${OSMP_VERSION}" >> "README.txt"
162+
- osi-sensor-model-packaging_${{ env.OSMP_VERSION }}" >> "README.txt"
163163
cat README.txt
164164
# Package all collected deliverables
165165
- name: Zip Release

0 commit comments

Comments
 (0)