Skip to content

Publish Nuget

Publish Nuget #25

Workflow file for this run

name: Publish Nuget
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/workflows/base
- name: Build
uses: ./.github/workflows/build
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Nuget
uses: ./.github/workflows/nuget
with:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}