Skip to content

Commit

Permalink
Don't tell Jess I Update deploy-module.yml at Hamburg
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard authored Dec 13, 2023
1 parent cdc6431 commit f849cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ jobs:
path: ${{ env.buildFolderName }}
- name: Publish Release
shell: pwsh
run: Import-Module ./output/RequiredModules/PowerShellForGitHub/0.16.1/PowerShellForGitHub.psd1 ; ./build.ps1 -tasks publish
# run: Import-Module ./output/RequiredModules/PowerShellForGitHub/0.16.1/PowerShellForGitHub.psd1 ; ./build.ps1 -tasks publish
run: ./build.ps1 -tasks publish
env:
GitHubToken: ${{ secrets.GitHubToken }}
GalleryApiToken: ${{ secrets.GalleryApiToken }}
Expand Down

0 comments on commit f849cff

Please sign in to comment.