Skip to content

publish

publish #5

Workflow file for this run

name: publish
env: { DOTNET_NOLOGO: true }
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+ # Only matches vX.X.X where X is a number
paths:
- src/**
- test/**
jobs:
pipeline:
uses: panoukos41/NoSQLite/.github/workflows/_.yaml@main
with:
publish: true
secrets:
nuget-user: ${{ secrets.NUGET_USER }}

Check failure on line 19 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 19, Col: 19): Invalid secret, nuget-user is not defined in the referenced workflow.