diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c246c..21bf322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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