Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 16, 2021
1 parent e9f2998 commit 275d6f2
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: NuGet Release

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

on:
push:
branches: [ main ] # Default release branch
Expand All @@ -15,13 +17,20 @@ jobs:
call-workflow-nuget-release:
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
awsaccesskeyid: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
awssecretaccesskey: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
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 }}
with:
slnfilename: Digitalroot.Valheim.Common.Names
projfilename: Digitalroot.Valheim.Common.Names
#srcpath: src
#unittestpath: UnitTests
skipunittest: true
#forceassemblyversion: true
#awsregion: us-west-2
sln-file-name: Digitalroot.Valheim.Common.Names
proj-file-name: Digitalroot.Valheim.Common.Names
#src-path: src
#unit-test-path: UnitTests
skip-unit-tests: true
#force-assembly-version: true
#create-github-release: false
#aws-region: us-west-2
nuget-gh-upload: true
nuget-s3-upload: true
#nexus-enable-upload: true
#nexus-mod-id: 000

0 comments on commit 275d6f2

Please sign in to comment.