Skip to content

Merge branch 'task/system-text-json-migration' into issue/OSOE-818 #137

Merge branch 'task/system-text-json-migration' into issue/OSOE-818

Merge branch 'task/system-text-json-migration' into issue/OSOE-818 #137

Workflow file for this run

name: Publish to NuGet
on:
push:
tags:
- v*
jobs:
publish-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 }}