From 47e0f31b34d0df897cf362a1735cb8e610572ae2 Mon Sep 17 00:00:00 2001 From: thx20001 Date: Wed, 4 Mar 2026 19:58:40 +0100 Subject: [PATCH] sf6 --- .gitea/workflows/PreRelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/PreRelease.yaml b/.gitea/workflows/PreRelease.yaml index 5015693..244e4df 100644 --- a/.gitea/workflows/PreRelease.yaml +++ b/.gitea/workflows/PreRelease.yaml @@ -13,11 +13,11 @@ jobs: matrix: dotnet: [ '8.0.405' ] publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ] - name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} + name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} steps: - name: Extract Tag Message shell: bash - run: echo "tag_message=$(git tag -l --format='%(contents:subject)'${GITHUB_REF#refs/*/})" >> $GITHUB_ENV + run: echo "tag_message=$(git tag -l --format='%(contents:subject)'${GITEA_REF#refs/*/})" >> $GITEA_ENV id: extract_tag_message - name: Clone Project uses: actions/checkout@master