Skip to content

Commit b3f7bf7

Browse files
committed
feat: rename to netlify-plugin-cloudflare-pages
1 parent 46ff799 commit b3f7bf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish_gh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737

3838
- name: Publish to NPM
39-
run: pnpm publish --publish-branch main
39+
run: pnpm publish --publish-branch main --force
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Publish to NPM
36-
run: pnpm publish --publish-branch main
36+
run: pnpm publish --publish-branch main --force
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloudflare Pages Deploy Plugin
22

3-
[![NPM](https://img.shields.io/npm/v/netlify-plugin-cloudflare-pages-deploy.svg)](https://www.npmjs.com/package/netlify-plugin-cloudflare-pages-deploy)
3+
[![NPM](https://img.shields.io/npm/v/netlify-plugin-cloudflare-pages.svg)](https://www.npmjs.com/package/netlify-plugin-cloudflare-pages)
44

55
**Deploy your static site to [the Fastest web hosting network in the world](https://pages.cloudflare.com/) from [the Greatest DX web hosting platform](https://netlify.app/).**
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "netlify-plugin-cloudflare-pages-deploy",
2+
"name": "netlify-plugin-cloudflare-pages",
33
"version": "0.9.0",
44
"type": "module",
55
"author": "Thanee Charattrakool <[email protected]>",

0 commit comments

Comments
 (0)