Skip to content

Commit

Permalink
Release 1.3.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev authored Dec 20, 2022
1 parent 1b484b8 commit c2ad896
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ If you are in a Git workspace, Wrangler will automatically pull the branch infor
manually by adding the argument `branch: YOUR_BRANCH_NAME`.

## Outputs
| Name | Description |
| ------------- | -------------------------------------|
| `id` | The ID of the pages deployment |
| `url` | The URL of the pages deployment |
| `environment` | The environment that was deployed to |
| Name | Description |
| ------------- | --------------------------------------------------- |
| `id` | The ID of the pages deployment |
| `url` | The URL of the pages deployment |
| `alias` | The alias if it exists otherwise the deployment URL |
| `environment` | The environment that was deployed to |
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pages-action",
"version": "1.2.0",
"version": "1.3.0",
"description": "Publish to Cloudflare Pages",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c2ad896

Please sign in to comment.