Skip to content

Commit

Permalink
Updated ReadMe and refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Apr 25, 2023
1 parent f7917a5 commit 7e85621
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:

push:
branches: [ main ] # Default release branch
paths-ignore:
Expand All @@ -26,10 +25,16 @@ 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: TripleBronze
proj-file-name: TripleBronzeJVL
is-nuget-package: false
nexus-enable-upload: true
nexus-enable-upload: false
nexus-mod-id: 1463
ts-enable-upload: true
ts-name: Triple_Bronze_JVL
ts-description: "Triples the amount of bronze you get with each craft so that crafting bronze is consistent (1 tin ingot + 2 copper ingots = 3 bronze ingots)"
ts-categories: "server-side client-side tweaks crafting" #https://thunderstore.io/api/experimental/community/valheim/category/
ts-dependencies: [email protected] [email protected]
4 changes: 2 additions & 2 deletions src/TripleBronzeJVL/.ts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Triples the amount of bronze you get with each craft so that crafting bronze is consistent (1 tin ingot + 2 copper ingots = 3 bronze ingots)",
"version_number": "%VERSION_NUMBER%",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.10.1"
"denikson-BepInExPack_Valheim-5.4.2105",
"ValheimModding-Jotunn-2.11.5"
],
"website_url": "https://github.com/Digitalroot-Valheim/KaceCottam-TripleBronze"
}
14 changes: 0 additions & 14 deletions src/TripleBronzeJVL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@
"Fody": "6.3.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net462": "1.0.3"
}
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.20",
Expand Down Expand Up @@ -114,11 +105,6 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
Expand Down

0 comments on commit 7e85621

Please sign in to comment.