Skip to content

Commit

Permalink
Remove artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Jan 4, 2023
1 parent 016f71e commit 54f5cba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54f5cba

Please sign in to comment.