Skip to content

Add tags-ignore.

Add tags-ignore. #121

Workflow file for this run

name: Publish to NuGet

Check failure on line 1 in .github/workflows/publish-nuget.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-nuget.yml

Invalid workflow file

you may only define one of `tags` and `tags-ignore` for a single event
on:
push:
tags:
- v*
tags-ignore:
- v*-preview.*
jobs:
publish-nuget:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}