Skip to content

Commit

Permalink
Excluded Post processing package from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvtesh committed Nov 10, 2020
1 parent 04104f1 commit a73a103
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: |
npm publish Outline.Core/Packages/UnityFx.Outline
npm publish Outline.PostProcessing/Packages/UnityFx.Outline.PostProcessing
npm publish Outline.URP/Packages/UnityFx.Outline.URP
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion NpmPublish.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
npm publish Outline.Core\Packages\UnityFx.Outline
npm publish Outline.PostProcessing\Packages\UnityFx.Outline.PostProcessing
npm publish Outline.HDRP\Packages\UnityFx.Outline.HDRP

0 comments on commit a73a103

Please sign in to comment.