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 19, 2024
1 parent 64934e1 commit dabe467
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
- name: Commit build to output branch
run: |
branch_name="build"
git stash
git checkout -b "${branch_name}"
git stash pop
version=$(echo "${{ github.ref }}" | sed 's/refs\/tags\/v//')
echo "Tag version: $version"
echo "Checkout to branch :${branch_name}"
Expand Down

0 comments on commit dabe467

Please sign in to comment.