Skip to content

Commit c8bcd83

Browse files
Uwe Jankeclaude
andcommitted
ci: PSGallery publish only on manual dispatch, not on tag push
The PowerShell Gallery is not kept current; distribution runs via GitHub Releases. Switch the publish-psgallery workflow trigger to workflow_dispatch so tagging a release no longer publishes to PSGallery. The publish-module (GitHub Release) workflow still runs on tag push. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a116a0c commit c8bcd83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-psgallery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
name: Publish to PowerShell Gallery
2020

21+
# Bewusst NICHT automatisch bei Tag-Push - die PSGallery wird derzeit nicht aktuell
22+
# gehalten (Distribution laeuft ueber GitHub Releases). Nur manuell ausloesbar.
2123
on:
22-
push:
23-
tags:
24-
- 'v*.*.*'
24+
workflow_dispatch:
2525

2626
permissions:
2727
contents: read

0 commit comments

Comments
 (0)