Skip to content

Commit f849cff

Browse files
Don't tell Jess I Update deploy-module.yml at Hamburg
1 parent cdc6431 commit f849cff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@ jobs:
355355
path: ${{ env.buildFolderName }}
356356
- name: Publish Release
357357
shell: pwsh
358-
run: Import-Module ./output/RequiredModules/PowerShellForGitHub/0.16.1/PowerShellForGitHub.psd1 ; ./build.ps1 -tasks publish
358+
# run: Import-Module ./output/RequiredModules/PowerShellForGitHub/0.16.1/PowerShellForGitHub.psd1 ; ./build.ps1 -tasks publish
359+
run: ./build.ps1 -tasks publish
359360
env:
360361
GitHubToken: ${{ secrets.GitHubToken }}
361362
GalleryApiToken: ${{ secrets.GalleryApiToken }}

0 commit comments

Comments
 (0)