.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Dotnet Build / build (push) Failing after 1m4s

This commit is contained in:
WeeXnes 2025-05-18 20:01:36 +00:00
parent cd9d8fe20a
commit e69218c791

View file

@ -73,7 +73,7 @@ jobs:
git config user.name "WeeXnes"
git config user.email "weexnes@weexnes.dev"
git tag $env:PROJECT_VERSION
git push origin v$env:PROJECT_VERSION
git push origin $env:PROJECT_VERSION
- name: Upload Release Asset to Forgejo
env: