Skip to content

Automated NuGet Dependency Updates #3

Automated NuGet Dependency Updates

Automated NuGet Dependency Updates #3

Workflow file for this run

name: Release
concurrency: ci-${{ github.ref }}
on:
workflow_dispatch:
push:
branches: [ main ] # Default release branch
paths-ignore:
- '.github/**'
- 'docs/**'
- '**/*.sln'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
call-workflow-nuget-release:
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 }}
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}
with:
sln-file-name: Digitalroot.Valheim.Common.Utils
proj-file-name: Digitalroot.Valheim.Common.Utils
is-nuget-package: true
nuget-gh-upload: true
nuget-s3-upload: true
skip-unit-tests: true
ts-enable-upload: false
nexus-enable-upload: false