Skip to content

Commit

Permalink
update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s956142 committed Apr 20, 2024
1 parent fff04a7 commit 18bc635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 18bc635

Please sign in to comment.