Skip to content

Push to the right nuget source (#2) #3

Push to the right nuget source (#2)

Push to the right nuget source (#2) #3

Workflow file for this run

name: Publish
on:
push:
branches: [main]
tags: ["*.*.*"]
paths-ignore: ["*.md"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }}