Skip to content

Publish

Publish #11

Workflow file for this run

name: Publish
on:
workflow_run:
workflows: ["Test"]
types:
- completed
jobs:
publish:
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/v')
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish
env:
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
shell: pwsh
run: ./build.ps1 -Task Publish -Bootstrap