Skip to content

Commit

Permalink
Fix gallery publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
natescherer committed Aug 2, 2023
1 parent 7377e84 commit 0ca93e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Gallery publishing fixed (can't test this automatically since PoshTestGallery went offline)

## [1.1.0] - 2023-08-02
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/steps/5_publish_to_gallery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ($env:IMPORT_STRING) {
Write-Host "Publishing to PowerShell Gallery..."
$PublishSplat = @{
Path = $env:RESOLVED_PATH
Repository = "NuGet"
Repository = "PSGallery"
ApiKey = $env:INPUT_TOKEN
}
if ($env:RESOLVED_PATH -like "*.psd1") {
Expand Down

0 comments on commit 0ca93e1

Please sign in to comment.