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 d7dec80 commit 49d2575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Commit build to output branch
run: |
branch_name="build"
git checkout "${branch_name}"
git checkout origin "${branch_name}"
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 49d2575

Please sign in to comment.