diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8853346..8397830 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,13 +25,6 @@ jobs: - run: npm test env: CI: true - - name: Archive language files - uses: actions/upload-artifact@v2 - with: - name: lanuv-parser - path: | - !.github/ - !node_modules/ - name: Release new version run: | npm version ${{ github.event.release.tag_name }} --no-git-tag-version --no-commit-hooks