Skip to content

Commit 30839eb

Browse files
committedNov 3, 2021
add SENTRY_DSN to env
1 parent 24a0535 commit 30839eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- name: Install NPM dependencies
1414
run: npm install
1515
- name: Build
16+
env:
17+
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
1618
run: npm run build
1719
- name: Zip build artifact
1820
run: zip -r stremio-web.zip ./build

0 commit comments

Comments
 (0)