Skip to content

Commit a99cd1e

Browse files
ci: actually publish updates packages to npm (#69)
1 parent 7070c3b commit a99cd1e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/serious-buckets-wink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
ci: actually publish updates packages to npm

.github/workflows/changesets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Create Version PR or Publish to NPM
2828
id: changesets
2929
uses: changesets/action@v1
30+
with:
31+
publish: pnpm exec changeset publish
3032
env:
3133
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3234
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)