Skip to content

Commit

Permalink
fix(CI): manually run add
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Apr 14, 2020
1 parent 4168a2e commit 36c1128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -am "Update via release"
git add .
git commit -m "Update via release workflow"
if: env.SHOULD_RUN == 'true'
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 36c1128

Please sign in to comment.