mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
add SENTRY_DSN to env
This commit is contained in:
parent
24a0535e8e
commit
30839ebc83
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
- name: Install NPM dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
env:
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
run: npm run build
|
||||
- name: Zip build artifact
|
||||
run: zip -r stremio-web.zip ./build
|
||||
|
|
|
|||
Loading…
Reference in a new issue