wip
All checks were successful
dotnet publish / package (8.0) (push) Successful in 22s

This commit is contained in:
Louis Seubert 2024-03-24 09:22:42 +01:00
parent 8fe75c8876
commit aa2cc9aaf1
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD

View file

@ -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: |