Skip to content

Commit

Permalink
fixup! add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode committed Aug 20, 2024
1 parent 67a9357 commit be0baeb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ jobs:
echo "BULMA_RELEASE=$($BulmaRelease.release)" | Out-File $Env:GITHUB_ENV -Append -Encoding utf8
echo "BULMA_ARCHIVE=$($BulmaRelease.archive)" | Out-File $Env:GITHUB_ENV -Append -Encoding utf8
Write-Output "download successful: $($BulmaRelease.archive)"
$path = (($pwd.Path -replace "\\","\\") + "\\assets\\bulma\\") -replace "[.]","\."
$css = $((Get-ChildItem $path -filter "*.css" -recurse ).FullName -replace $path | %{ " - $_"})
$sass = $((Get-ChildItem $path -filter "*.sass").FullName -replace $path)
"## This release contains the following style files:\n\n- CSS\n\n" | Set-Content -encoding utf8 notes.md
Get-ChildItem $path -filter "*.css" -recurse ).FullName -replace $path | %{ " - $_\n" | | Add-Content -encoding utf8 notes.md }
"\n- SASS\n\n" | Set-Content -encoding utf8 notes.md
Get-ChildItem $path -filter "*.sass").FullName -replace $path) | | %{ " - $_\n" | | Add-Content -encoding utf8 notes.md }
Get-Content notes.md
} else {
Write-Output "No new Bulma Version found to pack"
}
Expand Down

0 comments on commit be0baeb

Please sign in to comment.