From 54f5cba885dc83f1a202472898a32f01d3b48aba Mon Sep 17 00:00:00 2001 From: Matthias Pfeil Date: Wed, 4 Jan 2023 11:22:19 +0100 Subject: [PATCH] Remove artifact step --- .github/workflows/publish.yml | 7 ------- 1 file changed, 7 deletions(-) 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