1 Commits

Author SHA1 Message Date
a34b0ed5d4 sf21
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m14s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m16s
2026-03-05 19:05:15 +01:00

View File

@@ -23,7 +23,6 @@ jobs:
- 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"
#- 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
@@ -42,7 +41,7 @@ jobs:
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
name: Release ${{ gitea.ref_name }} name: Release ${{ gitea.ref_name }}
body: $TAG_MESSAGE body: $TAG_MESSAGE ${{ env.TAG_MESSAGE }}
prerelease: true prerelease: true
md5sum: true md5sum: true
files: |- files: |-