Skip to content

Commit

Permalink
fixing release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed May 25, 2020
1 parent 2c3f435 commit 8daeab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -68,6 +68,8 @@ jobs:
path: nvm

- name: Publish to PowerShell Gallery
env:
POWERSHELL_GALLERY: ${{ secrets.POWERSHELL_GALLERY }}
run: |
Publish-Module -Path (Get-Location) -NuGetApiKey $env:POWERSHELL_GALLERY -Force
working-directory: nvm
Expand Down
2 changes: 1 addition & 1 deletion nvm.psd1
Expand Up @@ -12,7 +12,7 @@
RootModule = 'nvm.psm1'

# Version number of this module.
ModuleVersion = '2.5.0'
ModuleVersion = '2.5.1'

# ID used to uniquely identify this module
GUID = 'cb931787-e31c-454a-88e3-1c0c201e1e2d'
Expand Down

0 comments on commit 8daeab9

Please sign in to comment.