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
  • Loading branch information
JackNoordhuis committed Dec 11, 2024
1 parent 2712717 commit 649c068
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
git add --force ./types
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 649c068

Please sign in to comment.