diff options
Diffstat (limited to '.github/workflows')
-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@ |