Skip to content

Commit

Permalink
Fix CI publish module install (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 6, 2023
1 parent b69ae2e commit 9a254ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
name: module-signed
path: '~/.local/share/powershell/Modules/AnyPackage.Scoop'

- name: Install AnyPackage and Scoop modules
run: Install-Module AnyPackage, Scoop -Force -AllowClobber

- name: Publish Module
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
Expand Down

0 comments on commit 9a254ea

Please sign in to comment.