Skip to content

Merge branch 'dev' into issue/OSOE-744 #62

Merge branch 'dev' into issue/OSOE-744

Merge branch 'dev' into issue/OSOE-744 #62

Workflow file for this run

name: Publish to NuGet
on:
push:
tags:
- v*
jobs:
publish-nuget:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}