mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Add missing job name for workflow (#19566)
This commit is contained in:
parent
4553531e7e
commit
c4adac315e
1 changed files with 18 additions and 18 deletions
36
.github/workflows/sentry-sourcemaps.yaml
vendored
36
.github/workflows/sentry-sourcemaps.yaml
vendored
|
@ -3,22 +3,22 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
runs-on: ubuntu-latest
|
upload-sentry-sourcemaps:
|
||||||
environment: develop
|
runs-on: ubuntu-latest
|
||||||
steps:
|
environment: develop
|
||||||
- uses: actions/checkout@v2
|
steps:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
- uses: actions/setup-node@v2
|
||||||
node-version: '14'
|
with:
|
||||||
cache: 'yarn'
|
node-version: '14'
|
||||||
- run: ./scripts/fetch-develop.deps.sh --depth 1
|
cache: 'yarn'
|
||||||
- run: yarn install
|
- run: ./scripts/fetch-develop.deps.sh --depth 1
|
||||||
- run: ./scripts/ci_package.sh
|
- run: yarn install
|
||||||
env:
|
- run: ./scripts/ci_package.sh
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
env:
|
||||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||||
SENTRY_ORG: sentry
|
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
||||||
SENTRY_PROJECT: riot-web
|
SENTRY_ORG: sentry
|
||||||
|
SENTRY_PROJECT: riot-web
|
||||||
|
|
Loading…
Reference in a new issue