diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..6921a0e --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,14 @@ +on: + push: + branches: + - 'main' + +jobs: + Publish: + runs-on: ubuntu-latest + steps: + + - uses: aammirmirza/Publish2PSGallery@PSGallery_v2 + with: + NuGetApiKey: $(NuGetApiKey) + modulePath: './'