Skip to content

Commit

Permalink
Code styling in the publish-nuget workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed May 15, 2024
1 parent 9b90d9b commit 157be27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 157be27

Please sign in to comment.