diff --git a/README.md b/README.md index f263d671..b1623488 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Basic Usage ```yaml steps: - name: Wait for Netlify Deploy - uses: probablyup/wait-for-netlify-action@3.1.0 + uses: probablyup/wait-for-netlify-action@3.1.2 id: waitForNetlifyDeploy with: site_id: 'YOUR_SITE_ID' # See Settings > Site Details > General in the Netlify UI @@ -66,7 +66,7 @@ jobs: run: npm ci - name: Wait for Netlify - uses: probablyup/wait-for-netlify-action@3.1.0 + uses: probablyup/wait-for-netlify-action@3.1.2 id: waitForDeployment with: site_id: '[your site ID here]' @@ -113,7 +113,7 @@ jobs: run: | npm run build - name: Waiting for 200 from Netlify - uses: probablyup/wait-for-netlify-action@3.1.0 + uses: probablyup/wait-for-netlify-action@3.1.2 id: waitForNetlifyDeploy with: site_id: 'YOUR_SITE_ID' # See Settings > Site Details > General in the Netlify UI diff --git a/package.json b/package.json index 89daeeb4..b5036586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wait-for-netlify-action", - "version": "3.1.1", + "version": "3.1.2", "description": "A GitHub action that waits for a Netlify deployment preview for the current commit being built", "main": "index.js", "scripts": {