diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 634b7737..d012ed0c 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -62,7 +62,7 @@ jobs: ssh_private_key: ${{ secrets.PRIVATE_KEY }} - name: Create Sentry release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v1.1.2 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}