From 47f2a9a82ba1a1086c82bd2edd63c729ab9186da Mon Sep 17 00:00:00 2001 From: Nathan Rogan Date: Thu, 8 Jul 2021 14:42:58 +0100 Subject: [PATCH] fix: netlify action update version (#215) * update release process * update version of nwtgck/actions-netlify Co-authored-by: Nathan Rogan --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 293502dd..736802bd 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -58,7 +58,7 @@ jobs: # Deploy build folder to Netlify IF the branch is master - name: Deploy to Netlify if: github.ref == 'refs/heads/master' && !startsWith(github.event.head_commit.message, 'ci:') && !contains(github.event.head_commit.message, '[skip netlify]') - uses: nwtgck/actions-netlify@v1.1.11 + uses: nwtgck/actions-netlify@v1.2.2 with: publish-dir: './build' production-branch: master