Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Sep 12, 2024
1 parent 81ad6ac commit a4e6dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_root_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
shell: pwsh
run: |
$DebugPreference="Continue"
Install-Module -Name Tm.Beta -Force
Install-Module -Name Tm.V3 -Force
Install-Module -Name Tm.V2024 -Force
Publish-Module `
-Path './Tm' `
-NuGetApiKey ${{ secrets.PS_GALLERY_TOKEN }} `
Expand Down

0 comments on commit a4e6dc9

Please sign in to comment.