Skip to content

Commit

Permalink
Update CI workflow: More concise git add regex for dist and type
Browse files Browse the repository at this point in the history
…dirs pt.2
  • Loading branch information
JackNoordhuis committed Dec 11, 2024
1 parent 649c068 commit c1799a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ jobs:
- name: Add dist files
run: |
git rm -r --force ./src
git add --force ./dist/**/*.js
git add --force ./types/**/*.d.ts
git add --force ./dist/*.js
git add --force ./types/*.d.ts
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit c1799a9

Please sign in to comment.