Skip to content

Commit

Permalink
Merge branch 'main' into wip-NuiBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 28, 2023
2 parents 840ec9e + 53fb085 commit 33f5e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

- name: Publish - GitHub
if: ${{ env.is-default-branch == 'true' || env.is-tag == 'true' || (env.is-manual == 'true' && inputs.publish == 'true') }}
if: ${{ env.is-default-branch == 'true' || env.is-tag == 'true' || (env.is-manual == 'true' && inputs.publish == true) }}
run: dotnet nuget push **/*.nupkg --skip-duplicate

0 comments on commit 33f5e0e

Please sign in to comment.