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 c8d2ab0 commit 0a83180
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,12 @@ jobs:
git fetch
git checkout build
echo "Checkout to branch :build"
- name: Paste folder contents
run: |
mv docs_copy/ docs/
- name: Commit changes
run: |
mv docs_copy/ docs/
git add docs/
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 0a83180

Please sign in to comment.