Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey committed Aug 19, 2020
1 parent 038d2da commit ec42334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fire_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
git config --global user.name "Github Action"
git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git"
git add .
git commit -m "Update Changelog" && "nothing new to commit"
git push github HEAD:${GITHUB_REF} && "nothing new to push"
git commit -m "Update Changelog" && echo "nothing new to commit"
git push github HEAD:${GITHUB_REF} && echo "nothing new to push"

0 comments on commit ec42334

Please sign in to comment.