diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29e7e638..5495af66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -150,7 +150,7 @@ jobs: git diff --exit-code && echo 'Already Deployed' || (git commit -am 'Upgrade Buoy Barn to ${{ steps.tagName.outputs.tag }}' && git push) - name: Create Sentry Release - uses: getsentry/action-release@v1.7.0 + uses: getsentry/action-release@v1.9.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}