Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Digitalroot authored Apr 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3f86af2 commit b245b41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:

push:
branches: [ main ] # Default release branch
paths-ignore:
@@ -26,9 +25,15 @@ jobs:
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 }}
with:
sln-file-name: Digitalroot.Valheim.MisophoniaFriendly
proj-file-name: Digitalroot.Valheim.MisophoniaFriendly
is-nuget-package: false
nexus-enable-upload: true
nexus-mod-id: 1667
ts-enable-upload: true
ts-name: Misophonia_Friendly
ts-description: "Valheim mod to mute Misophonia triggering sounds."
ts-categories: "client-side tweaks" #https://thunderstore.io/api/experimental/community/valheim/category/
ts-dependencies: [email protected] [email protected]

0 comments on commit b245b41

Please sign in to comment.