Skip to content

Commit 23e7c97

Browse files
committed
fix: reimplement release step
1 parent 38e3d3b commit 23e7c97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4747
NUXT_PUBLIC_ASSET_KEY: ${{ secrets.NUXT_PUBLIC_ASSET_KEY }}
4848

49+
- name: Push assets
50+
run: bun run ftp:assets:push
51+
env:
52+
REMOTE_CONNECTION: ${{ secrets.REMOTE_CONNECTION }}
53+
4954
- name: Build
5055
run: bun run generate
5156
env:

0 commit comments

Comments
 (0)