Skip to content

Commit b2e3546

Browse files
committed
chore: fix release workflow
1 parent 2c18c62 commit b2e3546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: E2E
3131
run: npm run e2e
3232
env:
33+
BUGSPLAT_HOST: ${{ secrets.BUGSPLAT_HOST }}
3334
BUGSPLAT_USER: ${{ secrets.BUGSPLAT_USER }}
3435
BUGSPLAT_PASSWORD: ${{ secrets.BUGSPLAT_PASSWORD }}
3536
BUGSPLAT_DATABASE: ${{ secrets.BUGSPLAT_DATABASE }}

0 commit comments

Comments
 (0)