This commit is contained in:
2026-03-05 18:55:33 +01:00
parent b71cae1241
commit a38eb6d1bb

View File

@@ -22,8 +22,8 @@ jobs:
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test
run: |
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${ gitea.ref_name })" >> $GITEA_ENV
echo "TAG_MESSAGE"
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${{ gitea.ref_name }})" >> $GITEA_ENV
echo "$TAG_MESSAGE"
#- name: Test2
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
- name: Setup dotnet