diff options
author | 2024-07-08 17:36:27 -0500 | |
---|---|---|
committer | 2024-07-08 17:36:27 -0500 | |
commit | 9063b750ff2aace7cb12b264eb6f11edc68e1e7f (patch) | |
tree | bf2638231c923cc22e65c979479c11026e0b1518 /.github | |
parent | Disable Poetry package mode (diff) | |
parent | Display word on hangman timeout (#1561) (diff) |
Merge branch 'main' into br/gh1560br/gh1560
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/sentry_release.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index e4f5df6a..8b323a14 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -10,12 +10,11 @@ jobs: uses: actions/checkout@v4 - name: Create a Sentry.io release - uses: tclindner/[email protected] + uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord SENTRY_PROJECT: sir-lancebot with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: sir-lancebot@ + version_prefix: sir-lancebot@ |