From 19218bdd36e9a3e3466e747d51c167705300bf4f Mon Sep 17 00:00:00 2001 From: YuitoAkatsuki Date: Mon, 8 Apr 2024 18:27:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20add=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63fe878..dded8e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,11 +35,11 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" npm version patch - node -e "console.log(require('./package.json').version)" - name: Commit changes if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }} run: | + git add * git commit -am "Bump version to $NPM_NEWER_VERSION" - name: Push changes @@ -84,6 +84,7 @@ jobs: - name: Commit changes if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }} run: | + git add * git commit -am "Bump version to $NPM_NEW_VERSION" - name: Push changes @@ -128,6 +129,7 @@ jobs: - name: Commit changes if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }} run: | + git add * git commit -am "Bump version to $NPM_NEW_VERSION" - name: Push changes