Skip to content

Commit 047e987

Browse files
committed
chore(ci): netlify-cli version
1 parent 2700b97 commit 047e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# デプロイ
3737
- name: deploy
3838
run: |
39-
npx netlify-cli deploy \
39+
npx netlify-cli@23.7.3 deploy \
4040
--site ${{ secrets.NETLIFY_SITE_ID }} \
4141
--dir www/ \
4242
--auth ${{ secrets.NETLIFY_TOKEN }} \

0 commit comments

Comments
 (0)