diff --git a/README.md b/README.md index 8796a0d..693f574 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/package-lock.json b/package-lock.json index 1f25408..6c01247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pages-action", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pages-action", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 655a602..c78b5a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pages-action", - "version": "1.2.0", + "version": "1.3.0", "description": "Publish to Cloudflare Pages", "main": "index.js", "scripts": {