We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18930aa + 27314c5 commit 2b759a8Copy full SHA for 2b759a8
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: "22"
30
publish-to-npm: false
31
publish-to-github: true
32
- use-workspace: false # Component library doesn't need workspace dependencies
+ use-workspace: true
33
secrets:
34
POLARIS_PLUGIN_GITHUB_TOKEN: ${{ secrets.POLARIS_PLUGIN_GITHUB_TOKEN }}
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments