Skip to content

Commit feecfcf

Browse files
Prevent examples from being released
1 parent 21466ad commit feecfcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ jobs:
3333
publish: pnpm ci:publish
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
- name: Create/Update GH Releases
38-
run: echo "TBD"
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)