Skip to content

Commit

Permalink
Update nuget.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored Jun 15, 2023
1 parent 23f5e08 commit 42bc737
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ jobs:
nexus-api-key: ${{ secrets.NEXUS_API_KEY }}
nexus-cookie-nxid-header: ${{ secrets.NEXUS_COOKIE_HEADER_NEXUSID }}
nexus-cookie-sid-header: ${{ secrets.NEXUS_COOKIE_HEADER_SID_DEVELOP }}
ts-api-key: ${{ secrets.TS_SERVICEACCOUNT }}

with:
sln-file-name: Digitalroot.Valheim.PluginInfo
proj-file-name: Digitalroot.Valheim.PluginInfo
is-nuget-package: false
nexus-enable-upload: true
nexus-mod-id: 1302
ts-enable-upload: true
ts-name: Plugin_Info
ts-description: "Writes output to the LogOutput.log detailing mods loaded by Harmony. Any dependency errors are listed at the bottom of the output."
ts-categories: "client-side server-side utility" #https://thunderstore.io/api/experimental/community/valheim/category/
ts-dependencies: [email protected] [email protected]

0 comments on commit 42bc737

Please sign in to comment.