Skip to content
16 changes: 16 additions & 0 deletions .github/workflows/PublishToGallery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PublishToGallery

on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- name: Run publish script
env:
NuGetApiKey: ${{ secrets.NuGetApiKey }}
run: .github\workflows\PublishToGallery.ps1
shell: pwsh