1 Commits

Author SHA1 Message Date
ada7b657d5 sf10
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Failing after 0s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Failing after 0s
2026-03-04 20:28:37 +01:00

View File

@@ -19,8 +19,7 @@ jobs:
uses: actions/checkout@master
with:
ref: prerelease
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
run: echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' '$RELEASE_VERSION' }" >> $GITEA_ENV
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with: