diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 521affa..8853346 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,9 @@ jobs: uses: actions/upload-artifact@v2 with: name: lanuv-parser - path: . + path: | + !.github/ + !node_modules/ - name: Release new version run: | npm version ${{ github.event.release.tag_name }} --no-git-tag-version --no-commit-hooks