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 0a83180 commit 9dfc9a8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,19 @@ jobs:
git fetch
git checkout build
echo "Checkout to branch :build"
mv docs_copy/ docs/
git add docs/
- name: Paste folder contents
run: |
mv docs_copy/ docs/
- name: Commit changes
run: |
git add docs/ -f
version=$(echo "${{ github.ref }}" | sed 's/refs\/tags\/v//')
echo "Tag version: $version"
git commit -m "update version to v$version"
git push
git push



0 comments on commit 9dfc9a8

Please sign in to comment.