Skip to content

Commit

Permalink
Upload dist for jsdelivr support
Browse files Browse the repository at this point in the history
  • Loading branch information
RaSan147 authored Apr 11, 2024
1 parent aab633a commit 3655244
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ jobs:
- run: npm run type
- run: npm run build


- name: Commit files
run: |
git config --global user.name 'RaSan147'
git config --global user.email '34002411+RaSan147@users.noreply.github.com'
git add --all
git commit -am "Automated report"
git push
- uses: actions/upload-artifact@v3
with:
name: my-artifact
Expand Down

0 comments on commit 3655244

Please sign in to comment.