Skip to content

Create nuget-package-publish.yml #1

Create nuget-package-publish.yml

Create nuget-package-publish.yml #1

name: NuGet Package Publish
on:
workflow_dispatch:
push:
branches:
- master
jobs:
call-nuget-package-publish:
uses: RestoreMonarchyPlugins/github-actions/.github/workflows/nuget-package-publish.yml@master
with:
project_name: "./src/RestoreMonarchy.UnturnedTemplates.nuspec"

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

View workflow run for this annotation

GitHub Actions / NuGet Package Publish

Invalid workflow file

The workflow is not valid. .github/workflows/nuget-package-publish.yml (Line: 13, Col: 21): Invalid input, project_name is not defined in the referenced workflow.