This commit is contained in:
2026-03-05 16:33:25 +01:00
parent c4b56c4305
commit 589570c7e1

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 && git tag -l --format='%(contents:subject)' 'RELEASE_VERSION'
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && git tag -l --format='%(contents:subject)' RELEASE_VERSION
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with: