mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 06:57:47 +08:00
coding is hell
This commit is contained in:
parent
40b331b4a0
commit
2ac20d1a78
2
.github/workflows/nightly_release.yml
vendored
2
.github/workflows/nightly_release.yml
vendored
@ -48,6 +48,6 @@ jobs:
|
||||
run: dotnet pack -c Release -o package tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj
|
||||
|
||||
- name: Publish Nuget to GitHub registry
|
||||
run: dotnet nuget push "**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -n -s https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push "**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user