Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Fix version dependency on github module (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Wåhlin <simon.wahlin@unwonted.se>
  • Loading branch information
SimonWahlin and SimonWahlin authored Jan 8, 2024
1 parent 18665b4 commit 01d6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- 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; ./build.ps1 -tasks publish
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
GalleryApiToken: ${{ secrets.BICEPNET_PSGALLERY_KEY }}
Expand Down

0 comments on commit 01d6cb7

Please sign in to comment.