Add missing job name for workflow (#19566)
							parent
							
								
									4553531e7e
								
							
						
					
					
						commit
						c4adac315e
					
				|  | @ -3,22 +3,22 @@ on: | |||
|     push: | ||||
|         branches: | ||||
|             - develop | ||||
| 
 | ||||
| jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     environment: develop | ||||
|     steps: | ||||
|         -   uses: actions/checkout@v2 | ||||
|         -   uses: actions/setup-node@v2 | ||||
|             with: | ||||
|                 node-version: '14' | ||||
|                 cache: 'yarn' | ||||
|         -   run: ./scripts/fetch-develop.deps.sh --depth 1 | ||||
|         -   run: yarn install | ||||
|         -   run: ./scripts/ci_package.sh | ||||
|             env: | ||||
|                 SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||||
|                 SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||||
|                 SENTRY_URL: ${{ secrets.SENTRY_URL }} | ||||
|                 SENTRY_ORG: sentry | ||||
|                 SENTRY_PROJECT: riot-web | ||||
|     upload-sentry-sourcemaps: | ||||
|         runs-on: ubuntu-latest | ||||
|         environment: develop | ||||
|         steps: | ||||
|             -   uses: actions/checkout@v2 | ||||
|             -   uses: actions/setup-node@v2 | ||||
|                 with: | ||||
|                     node-version: '14' | ||||
|                     cache: 'yarn' | ||||
|             -   run: ./scripts/fetch-develop.deps.sh --depth 1 | ||||
|             -   run: yarn install | ||||
|             -   run: ./scripts/ci_package.sh | ||||
|                 env: | ||||
|                     SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||||
|                     SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||||
|                     SENTRY_URL: ${{ secrets.SENTRY_URL }} | ||||
|                     SENTRY_ORG: sentry | ||||
|                     SENTRY_PROJECT: riot-web | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 James Salter
						James Salter