Merge pull request #6233 from peb-adr/fix-tagging

fix client/version.txt path
This commit is contained in:
Emanuel Schütze 2021-09-24 11:31:02 +02:00 committed by GitHub
commit 5aa0b84123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ jobs:
run: |
if [ "${{ matrix.service.name }}" = "openslides-client" ]
then
eval echo ${IMAGE_VERSION}${TAG_SUFFIX} > src/assets/version.txt
eval echo ${IMAGE_VERSION}${TAG_SUFFIX} > client/src/assets/version.txt
fi
if [ "${{ matrix.service.args }}" != "" ]
then