Skip to content

Commit

Permalink
Update nuget.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored Dec 8, 2022
1 parent 7dd5b91 commit a367a3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:
branches: [ main ] # Default release branch

push:
branches: [ main ] # Default release branch
paths:
Expand All @@ -22,7 +22,9 @@ jobs:
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 }}
nexus-cookie-nxid-header: ${{ secrets.NEXUS_COOKIE_HEADER_NEXUSID }}
nexus-cookie-sid-header: ${{ secrets.NEXUS_COOKIE_HEADER_SID_DEVELOP }}

with:
sln-file-name: Digitalroot.Valheim.PluginInfo
proj-file-name: Digitalroot.Valheim.PluginInfo
Expand Down

0 comments on commit a367a3f

Please sign in to comment.