diff --git a/.github/workflows/fire_release.yml b/.github/workflows/fire_release.yml index 57c6ed46..94461fd6 100644 --- a/.github/workflows/fire_release.yml +++ b/.github/workflows/fire_release.yml @@ -31,5 +31,5 @@ jobs: git config --global user.name "Github Action" git remote add github "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$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"