Skip to content

Commit 964f1db

Browse files
committed
Automatically publish with changesets
1 parent cbf2251 commit 964f1db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- run: npm run build
2020
- run: npm run test
2121
- uses: changesets/action@v1
22-
# with:
23-
# publish: npx changeset version && npx changeset publish
22+
with:
23+
publish: npx changeset version && npx changeset publish
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)