Skip to content

Commit

Permalink
chore(deps): bump nwtgck/actions-netlify from 2.0 to 2.1 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent ebc53ea commit 10f3ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: make deps build-staging

- name: release
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: public
production-branch: main
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: make deps build-production

- name: release
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: public
production-branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make deps build-staging

- name: release
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: public
production-branch: main
Expand Down

0 comments on commit 10f3ed8

Please sign in to comment.