diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 939e841..bea39d8 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -68,7 +68,7 @@ jobs: only-summary: true - name: Publish to GitHub Packages - if: github.event_name == 'push' + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' run: | dotnet pack -c Release --no-build -o ./artifacts dotnet nuget push "./artifacts/*.nupkg" \