sf17
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m17s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m23s

This commit is contained in:
2026-03-05 18:05:58 +01:00
parent fde94178b8
commit ecb049a68f

View File

@@ -21,7 +21,7 @@ jobs:
ref: prerelease
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
run: echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${GITHUB_REF#refs/*/})" >> $GITEA_ENV
#- name: Test2
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
- name: Setup dotnet
@@ -39,7 +39,7 @@ jobs:
- name: Release Files
uses: akkuman/gitea-release-action@v1
with:
name: Release $RELEASE_VERSION
name: Release ${{steps..RELEASE_VERSION}}
body: $RELEASE_MESSAGE
prerelease: true
md5sum: true