Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c97329d

Browse files
chore(deps): update nwtgck/actions-netlify action to v2
1 parent c287f1b commit c97329d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: yarn build
168168

169169
- name: Deploy to Netlify 🚀
170-
uses: nwtgck/actions-netlify@v1.2
170+
uses: nwtgck/actions-netlify@v2.0
171171
with:
172172
publish-dir: './build'
173173
production-branch: master

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
run: yarn build
167167

168168
- name: Deploy to Netlify
169-
uses: nwtgck/actions-netlify@v1.2
169+
uses: nwtgck/actions-netlify@v2.0
170170
id: deploy-to-netlify
171171
with:
172172
publish-dir: './build'

0 commit comments

Comments
 (0)