This commit is contained in:
2026-03-05 19:11:48 +01:00
parent a34b0ed5d4
commit ede562930a

View File

@@ -21,10 +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: | 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 - name: Test2
#- name: Test2 run: echo " ${{ gitea.env.TAG_MESSAGE }}"
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with: