diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f94da7c --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,6 @@ +- name: Publish PowerShell Module + # You may pin to the exact commit or the version. + uses: pcgeek86/publish-powershell-module-action@v20 + with: + # The NuGet API Key for PowerShell Gallery, with permission to push this module. + NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }}