Skip to content

Commit 4c83a6b

Browse files
Version Packages
1 parent 73a3453 commit 4c83a6b

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/loud-signs-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-pugs-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wide-pears-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# github-actions-cloudflare-pages
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#732](https://github.com/andykenward/github-actions-cloudflare-pages/pull/732) [`1c10be0`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/1c10be0363ff8245ae5ae8f0587f8ffb793ffbfe) Thanks [@andykenward](https://github.com/andykenward)! - Added support for the GitHub workflow_run event to enable fork-safe preview deployments and pull request comments.
8+
9+
- [#737](https://github.com/andykenward/github-actions-cloudflare-pages/pull/737) [`e0a8f58`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/e0a8f589a2247d56806fb0a32979f406eebe3fe8) Thanks [@andykenward](https://github.com/andykenward)! - feat: support a input pr-number to override the event logic. Useful for forked PRs.
10+
11+
### Patch Changes
12+
13+
- [#736](https://github.com/andykenward/github-actions-cloudflare-pages/pull/736) [`947c9c2`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/947c9c21c3b9cc239063c7847cdad8f033d691aa) Thanks [@andykenward](https://github.com/andykenward)! - fix: delete action use node24
14+
315
## 3.3.2
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-cloudflare-pages",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"private": true,
55
"description": "A Github Action to deploy to Cloudflare Pages",
66
"keywords": [

0 commit comments

Comments
 (0)