sf19
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been cancelled
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been cancelled

This commit is contained in:
2026-03-05 18:53:58 +01:00
parent e1fa753160
commit b71cae1241

View File

@@ -21,7 +21,9 @@ jobs:
ref: prerelease ref: prerelease
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV #&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test - name: Test
run: echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${GITEA_REF#refs/*/})" >> $GITEA_ENV run: |
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${ gitea.ref_name })" >> $GITEA_ENV
echo "TAG_MESSAGE"
#- name: Test2 #- name: Test2
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV # run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
- name: Setup dotnet - name: Setup dotnet