Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s956142 authored Apr 19, 2024
1 parent 2521986 commit 7516823
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 @@ -35,7 +35,7 @@ jobs:

- name: Commit build to output branch
run: |
git checkout -b output
git checkout output
git add docs/
git commit -m "update version to v$versiion"
git push origin output

0 comments on commit 7516823

Please sign in to comment.