aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-03 01:22:38 +0000
committerGravatar GitHub <[email protected]>2021-01-03 01:22:38 +0000
commit1b04d11e6394919d9fa949af036250f7d21d4040 (patch)
tree3c1628d7360a46bf0476c1939cc1f3bd3d78c820 /.github
parentMerge pull request #71 from python-discord/renovate/eslint-7.x (diff)
Typo fix in GHA
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create_sentry_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_sentry_release.yml b/.github/workflows/create_sentry_release.yml
index 721391e..4ae20bb 100644
--- a/.github/workflows/create_sentry_release.yml
+++ b/.github/workflows/create_sentry_release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: yarn install
- - name: Install dependencies
+ - name: Build application
run: yarn build
env:
REACT_APP_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}