Upgrading OC to 2.1.0 and Lombiq packages to latest stable #80
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to NuGet | |
on: | |
push: | |
tags: | |
- v* | |
jobs: | |
call-publish-workflow: | |
if: contains(github.ref, 'preview') == false | |
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev | |
secrets: | |
API_KEY: ${{ secrets.NUGET_API_KEY }} |