Update for Ashlands #71
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
name: Release | |
concurrency: ci-${{ github.ref }} | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main ] # Default release branch | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- '**/.ts/**' | |
- '**/.nx/**' | |
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 }} | |
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 }} | |
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }} | |
with: | |
sln-file-name: Digitalroot.Valheim.BetterClubs | |
proj-file-name: Digitalroot.Valheim.BetterClubs | |
is-nuget-package: false | |
nexus-enable-upload: true | |
nexus-mod-id: 1288 | |
ts-enable-upload: true | |
ts-name: Better_Clubs | |
ts-description: "Add new upgrades for the Club weapon." | |
ts-categories: Server-side Client-side Tweaks | |
ts-dependencies: ValheimModding-Jotunn-2.20.0 |