Skip to content

v.4.0.0

v.4.0.0 #19

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