Skip to content

Commit

Permalink
release-script-artefacts-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed May 1, 2022
1 parent e45d44a commit dfb1b6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: publish-artifact
path: .
path: |
.
!./node_modules
!./.git
!./.husky
!./.github
!./.vscode
if-no-files-found: error


publish-npm:
needs: [ build ]
Expand Down

0 comments on commit dfb1b6b

Please sign in to comment.