Skip to content

Commit

Permalink
fix: netlify action update version (#215)
Browse files Browse the repository at this point in the history
* update release process

* update version of nwtgck/actions-netlify

Co-authored-by: Nathan Rogan <nathan.rogan@wmca.org.uk>
  • Loading branch information
rolorogan and nathan-rogan authored Jul 8, 2021
1 parent ef9151b commit 47f2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f2a9a

Please sign in to comment.