Skip to content

Commit 89b84d2

Browse files
committed
Disabled publishing post processing package for now
1 parent 5e95852 commit 89b84d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm publish Packages/UnityFx.Outline
18-
- run: npm publish Packages/UnityFx.Outline.PostProcessing
1918
env:
2019
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2120

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

0 commit comments

Comments
 (0)