Skip to content

Commit

Permalink
Merge pull request #34 from mgeorgebrown89/githubActionsCICD
Browse files Browse the repository at this point in the history
GitHub actions cicd
  • Loading branch information
mgeorgebrown89 authored Sep 12, 2019
2 parents 6922188 + 2734d7f commit 3f5da30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Deploy-PSlickPSlack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ $manifestPath = Resolve-Path -Path "*\PSlickPSlack.psd1" -Verbose
Update-ModuleManifest -ReleaseNotes $releaseNotes -Path $manifestPath -ModuleVersion $moduleVersion -Verbose
$moduleFilePath = Resolve-Path -Path "*\PSlickPSlack.psm1" -Verbose
$modulePath = Split-Path -Parent $moduleFilePath -Verbose
Publish-Module -Path $modulePath -NuGetApiKey $env:PSGALLERY_TOKEN -Force -Verbose
$nuGetApiKey = $env:PSGALLERY_TOKEN
Publish-Module -Path $modulePath -NuGetApiKey $nuGetApiKey -Repository PSGallery -Verbose
2 changes: 1 addition & 1 deletion PSlickPSlack/PSlickPSlack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSlickPSlack.psm1'

# Version number of this module.
ModuleVersion = '0.0.8'
ModuleVersion = '0.0.9'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 3f5da30

Please sign in to comment.