Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 15, 2023
1 parent 1ea9c23 commit 5678971
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
Expand Up @@ -17,6 +17,8 @@ env:

jobs:
call-workflow-nuget-release-references:
name: VH-References
needs: [call-workflow-nuget-release-mod-EpicLoot-references, call-workflow-nuget-release-mod-JvL-references, call-workflow-nuget-release-unity-references]
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
Expand All @@ -29,11 +31,12 @@ jobs:
nuget-gh-upload: true
nuget-s3-upload: true
nuget-org-upload: true
create-github-release: false
create-github-release: true
skip-build: false
skip-unit-tests: true

call-workflow-nuget-release-mod-EpicLoot-references:
name: EL-References
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
Expand All @@ -51,6 +54,7 @@ jobs:
skip-unit-tests: true

call-workflow-nuget-release-mod-JvL-references:
name: JvL-References
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
Expand All @@ -68,6 +72,7 @@ jobs:
skip-unit-tests: true

call-workflow-nuget-release-unity-references:
name: Unity-References
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
Expand Down

0 comments on commit 5678971

Please sign in to comment.