Skip to content

Commit

Permalink
Disable deploy of EpicLoot and JvL ref pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Sep 11, 2023
1 parent 9ecf68c commit 8378f78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.Valheim.References.EpicLoot
force-assembly-version: true
nuget-gh-upload: true
nuget-s3-upload: true
nuget-org-upload: true
nuget-gh-upload: false
nuget-s3-upload: false
nuget-org-upload: false
create-github-release: false

call-workflow-nuget-release-mod-JvL-references:
Expand All @@ -55,7 +55,7 @@ jobs:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.Valheim.References.JvL
force-assembly-version: true
nuget-gh-upload: true
nuget-s3-upload: true
nuget-org-upload: true
nuget-gh-upload: false
nuget-s3-upload: false
nuget-org-upload: false
create-github-release: false

0 comments on commit 8378f78

Please sign in to comment.