From 8df5ab90b37ac6d1861cf2d4bafdc6a82bd8102a Mon Sep 17 00:00:00 2001 From: Hector Dearman Date: Fri, 11 Sep 2020 22:05:51 +0100 Subject: [PATCH] Update Readme to reference v1.3.0 The readme mentions v1.2.0 but some of the commands (for example publish) are only present in v1.3.0. Update readme to use v1.3.0 instead. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1874c10b..697031a3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Publish - uses: cloudflare/wrangler-action@1.2.0 + uses: cloudflare/wrangler-action@1.3.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} ``` @@ -37,7 +37,7 @@ jobs: deploy: name: Deploy steps: - uses: cloudflare/wrangler-action@1.2.0 + uses: cloudflare/wrangler-action@1.3.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} ``` @@ -49,7 +49,7 @@ jobs: deploy: name: Deploy steps: - uses: cloudflare/wrangler-action@1.2.0 + uses: cloudflare/wrangler-action@1.3.0 with: apiKey: ${{ secrets.CF_API_KEY }} email: ${{ secrets.CF_EMAIL }} @@ -257,4 +257,4 @@ jobs: uses: cloudflare/wrangler-action@1.2.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} -``` \ No newline at end of file +```