Skip to content

Commit c143179

Browse files
committed
fix: github release action
1 parent 3ab4ee4 commit c143179

File tree

4 files changed

+39
-59
lines changed

4 files changed

+39
-59
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
run: bun release
7474

7575
- name: Deploy
76-
run: bun run ftp:site:push
76+
run: bun run ftp:site:push --force
7777
env:
7878
REMOTE_CONNECTION: ${{ secrets.REMOTE_CONNECTION }}

0 commit comments

Comments
 (0)