Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Dec 8, 2022
2 parents da9acca + e0d8483 commit 767ab71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:
branches: [ main ] # Default release branch

push:
branches: [ main ] # Default release branch
paths:
Expand All @@ -22,7 +22,9 @@ jobs:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
nexus-api-key: ${{ secrets.NEXUS_API_KEY }}
nexus-cookies-header: ${{ secrets.NEXUS_COOKIE_HEADER }}
nexus-cookie-nxid-header: ${{ secrets.NEXUS_COOKIE_HEADER_NEXUSID }}
nexus-cookie-sid-header: ${{ secrets.NEXUS_COOKIE_HEADER_SID_DEVELOP }}

with:
sln-file-name: Digitalroot.Valheim.PluginInfo
proj-file-name: Digitalroot.Valheim.PluginInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<PackageReference Include="BepInEx.Core" Version="[5.4.19]">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.11" />
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21" />
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.12">
<ExcludeAssets>runtime</ExcludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions src/Digitalroot.Valheim.PluginInfo/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Digitalroot.Valheim.Build.Targets": {
"type": "Direct",
"requested": "[1.0.11, )",
"resolved": "1.0.11",
"contentHash": "94VOxPpDZ32SjMxknot88h6pOrFPtWq/BhBJQEvNiHxvQceC8Q0Pi4wXacl6C7gRSQq59gMMKxjg62m++duMsw=="
"requested": "[1.0.21, )",
"resolved": "1.0.21",
"contentHash": "8mErk3UFjy80d9IlTjXNsofT7YfKLz897YE10ieB/SHNbBorzwVCPYRGsmuaNH8HyqjKQH3KnK4gDwDMBEC+DQ=="
},
"Digitalroot.Valheim.Common.AssemblyInfo": {
"type": "Direct",
Expand Down

0 comments on commit 767ab71

Please sign in to comment.