diff options
author | 2024-07-05 13:21:29 -0700 | |
---|---|---|
committer | 2024-07-05 21:21:29 +0100 | |
commit | b03d30fa70db899d22f4046879bdf88a09b12ed5 (patch) | |
tree | 17009c70dbbf435ff23b17be604c4169d48f7acb | |
parent | Merge pull request #274 from python-discord/jb3/fields/timezone-question (diff) |
Migration to official Sentry release CI action (#275)
-rw-r--r-- | .github/workflows/sentry-release.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 243f170..4088f58 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -13,12 +13,11 @@ jobs: uses: actions/checkout@master - 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: forms-backend with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: forms-backend@ + version_prefix: forms-backend@ |