Skip to content

Try a different way. #123

Try a different way.

Try a different way. #123

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 / Publish to NuGet

Invalid workflow file

The workflow is not valid. .github/workflows/publish-nuget.yml: Unexpected tag '!v*-preview.*'
on:
push:
tags:
- v*
- !v*-preview.*
jobs:
publish-nuget:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}