-
-
Notifications
You must be signed in to change notification settings - Fork 2
34 lines (29 loc) · 916 Bytes
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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