Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 31, 2024
1 parent c53cb8a commit 0c611c7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/discord.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nuget.autoupdate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automated NuGet Dependency Updates
name: CI/CD

concurrency: ci-${{ github.ref }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet Release
name: Release

concurrency: ci-${{ github.ref }}

Expand All @@ -7,9 +7,10 @@ on:

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

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Digitalroot.Valheim.Common.Extensions
Extensions for Valheim Mods

[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Extensions/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Extensions/actions/workflows/nuget.release.yml)
### Support Me @ https://www.buymeacoffee.com/digitalroot
<br />
<p align="center">
<b>Digitalroot can be found in the Valhalla Legends Discord</b><br /><br />
<a href="https://discord.gg/SsMW3rm67u" target="_blank"><img src="https://digitalroot.net/img/vl/vl_logo_125x154.png"></a>
</p>
3 changes: 1 addition & 2 deletions src/Digitalroot.Valheim.Common.Extensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E64D
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\discord.yml = ..\.github\workflows\discord.yml
..\.github\workflows\nuget.autoupdate.yml = ..\.github\workflows\nuget.autoupdate.yml
..\.github\workflows\nuget.release.yml = ..\.github\workflows\nuget.release.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.Common.Extensions", "Digitalroot.Valheim.Common.Extensions\Digitalroot.Valheim.Common.Extensions.csproj", "{50EA1929-24FC-4773-B30B-E7D556A09D60}"
Expand Down
14 changes: 0 additions & 14 deletions src/Digitalroot.Valheim.Common.Extensions/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@
"requested": "[0.218.15, )",
"resolved": "0.218.15",
"contentHash": "Qg5YEUrGP9yBimtvSyfmODhOMFwErdGt6ZmFyz2zU1CeW4pgXA+VHIskqA2oHHkzp/6FLhr0ZR5laeAQ+Ah8aA=="
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
}
}
}
Expand Down

0 comments on commit 0c611c7

Please sign in to comment.