diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 88a0ecc..986dc6d 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -18,10 +18,11 @@ jobs: run: | dotnet nuget update source geekeey --store-password-in-clear-text \ --username "${{ github.actor }}" --password "${{ github.token }}" + cat ~/.nuget/NuGet/NuGet.Config - name: .NET pack shell: bash run: | - dotnet pack --version-suffix "${{ github.ref_name }}" + dotnet pack - name: .NET test shell: bash run: |