Skip to content

Commit

Permalink
Fix nuget URL
Browse files Browse the repository at this point in the history
  • Loading branch information
natescherer committed Aug 1, 2023
1 parent a026161 commit f431e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/3_publish_to_packages.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Write-Host "Registering GitHub Packages repository..."
Register-PSResourceRepository -Name "GitHubPackages" -Uri "https://nuget.pkg.github.com/$env:GITHUB_REPOSITORY/index.json"
Register-PSResourceRepository -Name "GitHubPackages" -Uri "https://nuget.pkg.github.com/$env:GITHUB_REPOSITORY_OWNER/index.json"

Write-Host "Publishing to Packages..."
Publish-PSResource -Path $env:RESOLVED_PATH -Repository "GithubPackages" -ApiKey $env:INPUT_TOKEN
Expand Down

0 comments on commit f431e41

Please sign in to comment.