Skip to content

Commit

Permalink
Fix: CI - build commit
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 15, 2021
1 parent 08221cf commit e18a8f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: volta-cli/action@v1
- name: pip cache
uses: actions/cache@v2
Expand Down Expand Up @@ -41,6 +43,7 @@ jobs:
- name: Commit Build File
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
file_pattern: build/src/*.js build/src/*.js.map
commit_message: 'Fix: Automated apply build files'
status_options: '--untracked-files=no'
Expand Down

0 comments on commit e18a8f5

Please sign in to comment.