We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ebc2b commit a1deb1eCopy full SHA for a1deb1e
.github/workflows/ci.yml
@@ -11,7 +11,11 @@ jobs:
11
with:
12
node-version: '18.x'
13
- run: npm ci
14
- - run: npm run build
+ - name: Build extension
15
+ run: npm run build
16
+ env:
17
+ SENTRY_DSN: ${{ env.SENTRY_DSN }}
18
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
19
- run: |
20
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \
21
&& mv manifest.tmp.json dist/manifest.json
0 commit comments