generated from Digitalroot-Valheim/Digitalroot.Valheim.ModRepoTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for VH 0.217.38 and JvL 2.15.2
- Loading branch information
1 parent
6efa112
commit c2f45e7
Showing
18 changed files
with
773 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Automated NuGet Dependency Updates | ||
|
||
concurrency: ci-${{ github.ref }} | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
schedule: | ||
- cron: "0/30 16-23,0-9 * * *" | ||
|
||
env: | ||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | ||
DOTNET_CLI_TELEMETRY_OPTOUT: true | ||
|
||
jobs: | ||
call-workflow-nuget-autoupdate: | ||
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.autoupdate.yml@main | ||
secrets: | ||
github-pat: ${{ secrets.AUTOMATED_DEPENDENCY_UPDATES_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,39 +3,38 @@ name: Release | |
concurrency: ci-${{ github.ref }} | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] # Default release branch | ||
paths: | ||
- 'src/**' | ||
- '.github/workflows/**' | ||
paths-ignore: | ||
- '.github/**' | ||
- 'docs/**' | ||
- '**/.ts/**' | ||
- '**/.nx/**' | ||
|
||
env: | ||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | ||
DOTNET_CLI_TELEMETRY_OPTOUT: true | ||
|
||
jobs: | ||
call-workflow-nuget-release: | ||
if: ${{ false }} # disable for now | ||
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main | ||
secrets: | ||
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 }} | ||
#nuget-org-key: ${{ secrets.NUGET_ORG_PAT }} | ||
|
||
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.Common.Placeholder | ||
proj-file-name: Digitalroot.Valheim.Common.Placeholder | ||
#src-path: src | ||
#unit-test-path: UnitTests | ||
#skip-unit-tests: true | ||
#force-assembly-version: true | ||
#create-github-release: false | ||
#aws-region: us-west-2 | ||
#is-nuget-package: false | ||
#nuget-gh-upload: true | ||
#nuget-s3-upload: true | ||
#nuget-org-upload: true | ||
#nexus-enable-upload: true | ||
#nexus-mod-id: 000 | ||
sln-file-name: Digitalroot.Valheim.EternalFire | ||
proj-file-name: Digitalroot.Valheim.EternalFire | ||
is-nuget-package: false | ||
nexus-enable-upload: false | ||
nexus-mod-id: 1463 | ||
ts-enable-upload: false | ||
ts-name: Eternal_Fire | ||
ts-description: "Keeps fires burning." | ||
ts-categories: "server-side client-side tweaks" #https://thunderstore.io/api/experimental/community/valheim/category/ | ||
ts-dependencies: [email protected] [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.