Update .gitea/workflows/build_publish.yml

This commit is contained in:
2026-02-26 13:46:15 +01:00
Unverified
parent 002b1e035c
commit b621ee5f8c

View File

@@ -84,7 +84,7 @@ jobs:
with:
dotnet-version: 10.0.x
- name: Add package source
run: dotnet nuget add source --name gitea --username TimetableDesigner --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text https://gitea.example.com/api/packages/TimetableDesigner/nuget/index.json
run: dotnet nuget add source --name gitea --username TimetableDesigner --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text https://repos.mateuszskoczek.com/api/packages/TimetableDesigner/nuget/index.json
- name: Publish
run: dotnet nuget push --source gitea ./TimetableDesigner.Backend.Events.${{needs.pack.outputs.version}}.nupkg
- name: Create Release