We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e95852 commit 89b84d2Copy full SHA for 89b84d2
.github/workflows/npmpublish.yml
@@ -15,7 +15,6 @@ jobs:
15
node-version: 12
16
registry-url: https://registry.npmjs.org/
17
- run: npm publish Packages/UnityFx.Outline
18
- - run: npm publish Packages/UnityFx.Outline.PostProcessing
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21
@@ -28,6 +27,5 @@ jobs:
28
27
29
registry-url: https://npm.pkg.github.com/
30
31
32
33
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments