Skip to content

Upgrading publish-nuget branch reference. #68

Upgrading publish-nuget branch reference.

Upgrading publish-nuget branch reference. #68

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