Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored Jun 15, 2023
1 parent 4ffcd63 commit f10a40b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:

push:
branches: [ main ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'
paths-ignore:
- '.github/**'
- 'docs/**'
- '**/.ts/**'
- '**/.nx/**'

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand All @@ -24,9 +26,15 @@ 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.SlopeCombatFix
proj-file-name: Digitalroot.Valheim.SlopeCombatAssistance
is-nuget-package: false
nexus-enable-upload: true
nexus-mod-id: 1658
ts-enable-upload: true
ts-name: Digitalroots_Slope_Combat_Assistance
ts-description: "Digitalroot's take on the Slope Combat Fix mod. DoD compatible."
ts-categories: "client-side server-side tweaks" #https://thunderstore.io/api/experimental/community/valheim/category/
ts-dependencies: [email protected] [email protected]

0 comments on commit f10a40b

Please sign in to comment.