From ec423340ec7e8dd0b78682d35caf9ac700e5f64d Mon Sep 17 00:00:00 2001 From: Yohei Tamura Date: Wed, 19 Aug 2020 23:20:42 +0900 Subject: [PATCH] fix ci --- .github/workflows/fire_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"