Skip to content

Merge pull request #735 from Peter-B-/feature/723-json-exception #117

Merge pull request #735 from Peter-B-/feature/723-json-exception

Merge pull request #735 from Peter-B-/feature/723-json-exception #117

Workflow file for this run

name: Publish
on:
push:
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: |
9.0.x
8.0.x
3.1.x
- name: Build and Test
run: ./Build.ps1
shell: pwsh
- name: Publish
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json