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 387752a commit 91c46a6Copy full SHA for 91c46a6
.github/workflows/release.yml
@@ -136,8 +136,7 @@ jobs:
136
- name: Get OSMP version
137
working-directory: dist/osi-sensor-model-packaging
138
run: |
139
- ls
140
- OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' | sed 's/^v//')"
+ OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' --exclude 'x-antora-v*.*.*'| sed 's/^v//')"
141
echo "OSMP_VERSION=$OSMP_VERSION" >> $GITHUB_ENV
142
- name: Create README
143
working-directory: dist
0 commit comments