Skip to content

Merge pull request #2 from robinmalik/development #2

Merge pull request #2 from robinmalik/development

Merge pull request #2 from robinmalik/development #2

Workflow file for this run

name: Publish PowerShell Module
on:
push:
branches:
- "main"
jobs:
publish-to-gallery:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and publish
uses: natescherer/publish-powershell-action@v1
with:
token: ${{ secrets.NUGET_KEY }}
target: gallery
path: Source