Skip to content

Commit 0998897

Browse files
Update release.yml
Fixed typo Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 477d94e commit 0998897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# mv antora/site/ dist/ASAM_OSI_Standard_${{needs.setup.outputs.output1}}/
133133
# Create the mandatory README.txt file for the deliverables package. The functions and variables declared below will create a readme file with a defined header, surrounded by a box made of "*".
134134
- name: Get OSMP version
135-
working-directoy: dist/osi-sensor-model-packaging
135+
working-directory: dist/osi-sensor-model-packaging
136136
run: |
137137
OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' | sed 's/^v//')"
138138
- name: Create README

0 commit comments

Comments
 (0)