Skip to content

Commit

Permalink
Disabled publishing post processing package for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvtesh committed Jan 28, 2020
1 parent 5e95852 commit 89b84d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm publish Packages/UnityFx.Outline
- run: npm publish Packages/UnityFx.Outline.PostProcessing
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand All @@ -28,6 +27,5 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm publish Packages/UnityFx.Outline
- run: npm publish Packages/UnityFx.Outline.PostProcessing
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 89b84d2

Please sign in to comment.