diff --git a/.gitea/workflows/PreRelease.yaml b/.gitea/workflows/PreRelease.yaml index 8138d94..673d3ac 100644 --- a/.gitea/workflows/PreRelease.yaml +++ b/.gitea/workflows/PreRelease.yaml @@ -22,8 +22,7 @@ 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 #- name: Test2 # run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV - name: Setup dotnet @@ -42,7 +41,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: name: Release ${{ gitea.ref_name }} - body: $TAG_MESSAGE + body: $TAG_MESSAGE ${{ env.TAG_MESSAGE }} prerelease: true md5sum: true files: |-