Skip to content

Publish Powershell Module #3

Publish Powershell Module

Publish Powershell Module #3

name: Publish Powershell Module
on:
workflow_dispatch:
jobs:
publish-ps:
runs-on: windows-latest
defaults:
run:
working-directory: PowerShell/
steps:
- uses: actions/checkout@v4
- name: Publish Module to PowerShell Gallery
run: Publish-Module -path MineStat -NuGetApiKey ${{ secrets.PS_GALLERY_KEY }}