Skip to content

Commit

Permalink
Check workflow status
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed Sep 9, 2022
1 parent 24b1f5f commit f9790b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
haxelib install electron
./update.sh
if [[ $? == 0 ]]; then
git status
git add src/ electron-api.json haxelib.json demo/package*.json
git commit -m "Upgrade to electron $latest"
git tag $latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ demo/node_modules/
demo/*.js
demo/*.js.map
docs/
atom/*
haxe-*
neko-*
all.hxml
haxedoc.xml
ISSUES.md

0 comments on commit f9790b2

Please sign in to comment.