Skip to content

Commit 77704bb

Browse files
Publish React package
1 parent 29c6d3d commit 77704bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ jobs:
4545
- name: Build packages
4646
run: |
4747
pnpm run ci
48-
pnpm --filter \!@proicons/roblox --filter './packages/*' run ci
48+
pnpm --filter @proicons/react run ci
4949
5050
- name: Set auth token
5151
run: pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.PUBLISH_KEY }}
5252

5353
- name: Publish to NPM
5454
run: |
55-
pnpm publish --provenance --no-git-checks
56-
pnpm --filter \!@proicons/roblox --filter './packages/*' publish --provenance --no-git-checks
55+
pnpm --filter @proicons/react publish --provenance --no-git-checks
5756
env:
5857
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)