1 Commits

Author SHA1 Message Date
3a1073a3ed sf20
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m15s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m17s
2026-03-05 18:55:33 +01:00

View File

@@ -22,8 +22,8 @@ jobs:
#&& 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: | run: |
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${ gitea.ref_name })" >> $GITEA_ENV echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${{ gitea.ref_name }})" >> $GITEA_ENV
echo "TAG_MESSAGE" 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