Skip to content

Commit

Permalink
Fix ci publish (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 14, 2023
1 parent 8ea397d commit 1adf3b7
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 @@ -124,6 +124,9 @@ jobs:
name: module-signed
path: '~/.local/share/powershell/Modules/AnyPackage.PowerShellGet'

- name: Install AnyPackage
run: Install-Module AnyPackage -Force -AllowClobber

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

0 comments on commit 1adf3b7

Please sign in to comment.