Skip to content

Merge branch 'main' of https://github.com/EasyOC/EasyOC.Modules #31

Merge branch 'main' of https://github.com/EasyOC/EasyOC.Modules

Merge branch 'main' of https://github.com/EasyOC/EasyOC.Modules #31

name: Publish to NuGet
on:
push:
tags:
- v*
jobs:
publish-nuget:
#https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows.md#nuget-publish-workflow
uses: EasyOC/GitHub-Actions/.github/workflows/publish-nuget.yml@version_rule
secrets:
API_KEY: ${{ secrets.NUGET_API_KEY }}