diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index aa0b6be..d9f4fd4 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -54,10 +54,10 @@ jobs: run: | git fetch branch_name="build" + git add docs/ -f git checkout "${branch_name}" version=$(echo "${{ github.ref }}" | sed 's/refs\/tags\/v//') echo "Tag version: $version" echo "Checkout to branch :${branch_name}" - git add docs/ -f git commit -m "update version to v$version" git push origin "${branch_name}" diff --git a/package.json b/package.json index a87c840..67797b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tetris-battle", - "version": "1.0.28", + "version": "1.0.29", "description": "forFun", "main": "index.js", "repository": "https://github.com/s956142/tetris-battle.git",