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 7070c3b commit a99cd1eCopy full SHA for a99cd1e
.changeset/serious-buckets-wink.md
@@ -0,0 +1,5 @@
1
+---
2
+"@opennextjs/cloudflare": patch
3
4
+
5
+ci: actually publish updates packages to npm
.github/workflows/changesets.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Create Version PR or Publish to NPM
28
id: changesets
29
uses: changesets/action@v1
30
+ with:
31
+ publish: pnpm exec changeset publish
32
env:
33
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments