Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 24, 2023
2 parents 441c929 + fefde5d commit 14e8747
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,19 @@ jobs:
# author_email: [email protected]
# message: 'push build files [skip ci]'
- name: Push Build Files
run: |
git add lib/*
if ! git diff --staged --quiet; then
git commit -m "push build files [skip ci]"
git push
fi
uses: EndBug/add-and-commit@v9
with:
add: 'lib/*'
push: true
author_name: cfl-bot
author_email: [email protected]
message: 'push build files [skip ci]'
# run: |
# git add lib/*
# if ! git diff --staged --quiet; then
# git commit -m "push build files [skip ci]"
# git push
# fi

release:
needs: [build]
Expand Down

0 comments on commit 14e8747

Please sign in to comment.