Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode authored Jul 29, 2024
1 parent b2d662a commit 759e39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
Remove-Item .\.gitignore -ErrorAction SilentlyContinue
Remove-Item .\build.ps1 -ErrorAction SilentlyContinue
Remove-Item $BulmaArchive -ErrorAction SilentlyContinue
if (Test-Path $BulmaArchive { throw "faild to remove archive" }
if (Test-Path $BulmaArchive) { throw "faild to remove archive" }
git add .
git commit -m "add Bulma v$BulmaVersion"
git tag -a "v$BulmaVersion" -m "packed Bulma release v$BulmaVersion"
Expand Down

0 comments on commit 759e39d

Please sign in to comment.