Skip to content

NuGet

NuGet #17

Workflow file for this run

name: NuGet
on:
release:
types:
- published
jobs:
publish:
name: build, test, pack & publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build, Test, Pack, Push
env:
- NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Check failure on line 17 in .github/workflows/nuget_deploy.yml

View workflow run for this annotation

GitHub Actions / NuGet

Invalid workflow file

The workflow is not valid. .github/workflows/nuget_deploy.yml (Line: 17, Col: 11): A sequence was not expected
run: |
./build.sh deploy