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 a5597e2 commit 5015db9Copy full SHA for 5015db9
.github/workflows/release.yml
@@ -138,7 +138,7 @@ jobs:
138
run: |
139
ls
140
OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' | sed 's/^v//')"
141
- echo "::set-env name=OSMP_VERSION::$OSMP_VERSION"
+ echo "OSMP_VERSION=$OSMP_VERSION" >> $GITHUB_ENV
142
- name: Create README
143
working-directory: dist
144
@@ -159,7 +159,7 @@ jobs:
159
160
- ASAM_OSI_Standard_${{needs.setup.outputs.output1}}
161
- open_simulation_interface_${{needs.setup.outputs.output1}}
162
- - osi-sensor-model-packaging_${OSMP_VERSION}" >> "README.txt"
+ - osi-sensor-model-packaging_${{ env.OSMP_VERSION }}" >> "README.txt"
163
cat README.txt
164
# Package all collected deliverables
165
- name: Zip Release
0 commit comments