Skip to content

Commit 7b2b1a5

Browse files
Allow the prerelease pipeline publish to forcibly push a published package (#25)
# Pull Request ## Description A temporary change to allow us to publish alongside of some of the published test modules. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 6243939 commit 7b2b1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
- name: Publish ALZ Module
7979
shell: pwsh
8080
run: |
81-
Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }}
81+
Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }} -Force

0 commit comments

Comments
 (0)