diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index ea8a601..54c22ec 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -10,8 +10,8 @@ jobs: name: Publish to NuGet uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev with: - # These warnings are related to the tooling erroneously assuming that a ps1 file must be an - # (un)install script. In this repo the ps1 files are assets to be used by the consumer. + # These warnings are related to the tooling erroneously assuming that a ps1 file must be an (un)install script. In + # this repo the ps1 files are assets to be used by the consumer. dotnet-pack-ignore-warning: NU5110 NU5111 secrets: API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}