Skip to content

Commit

Permalink
Exclude specific paths in artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Jan 4, 2023
1 parent 40c912f commit 016f71e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 016f71e

Please sign in to comment.