Skip to content

Release v0.0.6-beta0 #14

Release v0.0.6-beta0

Release v0.0.6-beta0 #14

Workflow file for this run

name: Publish PowerShell Module
on:
release:
types: [created]
jobs:
publish-to-gallery:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Build and publish
shell: pwsh
run: |
./build.ps1
Publish-Module -Path /tmp/PSComputerManagementZp -NuGetApiKey ${{ secrets.NUGET_KEY }} -Verbose