修复工作流错误

This commit is contained in:
ww-rm
2025-05-28 17:14:08 +08:00
parent 0b478cab18
commit ce7c6f3802

View File

@@ -26,7 +26,6 @@ jobs:
dotnet-version: '8.0.x'
- name: Extract version from csproj
shell: pwsh
id: extract_version
run: |
@@ -36,10 +35,11 @@ jobs:
echo "VERSION=$VERSION_TAG" >> ${ env:GITHUB_ENV }
- name: Tag merge commit
shell: pwsh
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git tag "${VERSION}"
git tag "${ env:VERSION }"
git push --tags
- name: Publish FrameworkDependent version