Skip to content

Getting rid of legacy AssemblyInfo files #9

Getting rid of legacy AssemblyInfo files

Getting rid of legacy AssemblyInfo files #9

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@issue/HAST-175
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}