Skip to content

Code styling in the publish-nuget workflow #20

Code styling in the publish-nuget workflow

Code styling in the publish-nuget workflow #20

Workflow file for this run

name: Publish to NuGet
on:
push:
tags:
- v*
jobs:
publish-nuget:
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.
dotnet-pack-ignore-warning: NU5110 NU5111
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}