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 29c6d3d commit 77704bbCopy full SHA for 77704bb
.github/workflows/publish.yml
@@ -45,14 +45,13 @@ jobs:
45
- name: Build packages
46
run: |
47
pnpm run ci
48
- pnpm --filter \!@proicons/roblox --filter './packages/*' run ci
+ pnpm --filter @proicons/react run ci
49
50
- name: Set auth token
51
run: pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.PUBLISH_KEY }}
52
53
- name: Publish to NPM
54
55
- pnpm publish --provenance --no-git-checks
56
- pnpm --filter \!@proicons/roblox --filter './packages/*' publish --provenance --no-git-checks
+ pnpm --filter @proicons/react publish --provenance --no-git-checks
57
env:
58
NPM_CONFIG_PROVENANCE: true
0 commit comments