Skip to content

Commit a45e497

Browse files
committed
fix release snapshot url + re trigger build
1 parent 7e743f2 commit a45e497

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.build/scripts/Publish-GitHubModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function Publish-GitHubModule {
179179
"nupkg_hash_path=$nupkgHashPath" | Out-File -FilePath $env:GITHUB_ENV -Append
180180
"zip_hash_path=$zipHashPath" | Out-File -FilePath $env:GITHUB_ENV -Append
181181

182-
$repoUrlSnapshot = "https://github.com/$Owner/$Repository/tree/$Sha"
182+
$repoUrlSnapshot = "https://github.com/$Repository/tree/$Sha"
183183
$documentationMd = (Get-ChildItem -Path '.\docs' | foreach {
184184
"* [$($_.BaseName)]($repoUrlSnapshot/docs/$($_.Name))"
185185
}) -join "`n"

PSModuleTemplate/PSModuleTemplate.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSModuleTemplate.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.0'
15+
ModuleVersion = '0.3.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)