Skip to content

Not printing the log name for single logs in test outputs #230

Not printing the log name for single logs in test outputs

Not printing the log name for single logs in test outputs #230

Workflow file for this run

name: Publish to NuGet
on:
push:
tags:
- v*
jobs:
publish-nuget:
name: Publish to NuGet
if: ${{ !contains(github.ref_name, '-preview.') }}
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}