Skip to content

v4.0.1

v4.0.1 #20

name: PublishToGallery
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run publish script
env:
NuGetApiKey: ${{ secrets.NuGetApiKey }}
run: .github\workflows\PublishToGallery.ps1
shell: pwsh