We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ba830 commit 91dd518Copy full SHA for 91dd518
.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: make deps build-staging
24
25
- name: release
26
- uses: nwtgck/actions-netlify@v2.1
+ uses: nwtgck/actions-netlify@v3.0
27
with:
28
publish-dir: public
29
production-branch: main
@@ -51,7 +51,7 @@ jobs:
51
run: make deps build-production
52
53
54
55
56
57
.github/workflows/preview.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
0 commit comments