diff options
author | 2024-07-05 13:22:31 -0700 | |
---|---|---|
committer | 2024-07-05 21:22:31 +0100 | |
commit | 517cbffd5f6b0e645d8cce3c9ec1dee407ebf513 (patch) | |
tree | aaed4a3eba8be48ed18e1d4ddd93da5e22583b1a | |
parent | Bump pillow from 10.3.0 to 10.4.0 (#1567) (diff) |
Migration to official Sentry release CI action (#1569)
-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@ |