Skip to content

Commit

Permalink
fix: Releaste please manifest causing issues
Browse files Browse the repository at this point in the history
Signed-off-by: Marius Solbakken Mellum <[email protected]>
  • Loading branch information
mariussm committed Jun 20, 2024
1 parent 941a98a commit 758e8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
}

# Update the psd1 file with the release-please version
if((Test-Path ".github/release-please-manifest.json")) {
$releasePleaseVersion = (Get-Content ".github/release-please-manifest.json" | ConvertFrom-Json -AsHashTable)."."
if((Test-Path ".release-please-manifest.json")) {
$releasePleaseVersion = (Get-Content ".release-please-manifest.json" | ConvertFrom-Json -AsHashTable)."."
if($releasePleaseVersion -notlike "*.*.*") {
Write-Error "Invalid release-please version '($releasePleaseVersion)' found"
exit 1
Expand Down Expand Up @@ -95,4 +95,3 @@ jobs:
with:
token: ${{ secrets.PAT }}
release-type: simple
manifest-file: .github/release-please-manifest.json
File renamed without changes.

0 comments on commit 758e8e4

Please sign in to comment.