diff options
author | 2024-07-05 17:44:43 +0100 | |
---|---|---|
committer | 2024-07-05 17:44:43 +0100 | |
commit | b761bcb38a943f754fd4d91f2c7043a3cefc40da (patch) | |
tree | eb54c7941c4c54ecdd8b603b83877758f2cb535a | |
parent | Bump the number of missions to get each day to 5 (diff) |
Create sentry releases using getsentry's action
-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 4bca3ec..e0936c9 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -12,12 +12,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: king-arthur with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: king-arthur@ + version_prefix: king-arthur@ |