diff options
author | 2020-12-21 16:51:31 +0200 | |
---|---|---|
committer | 2020-12-21 16:51:31 +0200 | |
commit | ebef198de4cdcede87e0ecba50c05a2ebdace5e4 (patch) | |
tree | 3d0b053d0257c7028acf47f80fb667766950a0ad | |
parent | Fix Git SHA getting in workflow (diff) |
Change pydis-site to site in workflow
-rw-r--r-- | .github/workflows/sentry-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 87c85277..01ed1daf 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -20,4 +20,4 @@ jobs: with: tagName: ${{ github.sha }} environment: production - releaseNamePrefix: pydis-site@ + releaseNamePrefix: site@ |