Skip to content

Publish Module

Publish Module #32

Workflow file for this run

name: Publish Module
permissions:
contents: read
on:
# Manual-dispatch only, so releases are deliberate.
workflow_dispatch:
jobs:
publish:
name: Publish to PSGallery
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Publish
shell: pwsh
env:
PSGALLERY_API_KEY: ${{ secrets.GALLERY_KEY }}
run: ./build.ps1 -Task Publish -Bootstrap