From e01bae6206694f08434490849a663644ac891e62 Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Thu, 12 May 2022 09:12:10 +0200 Subject: [PATCH] Fix create sentry release --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66bb9d34..c0a6beb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,6 +120,10 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} + # We need to checkout the repository in order for the "Create Sentry release" to work + - name: Checkout repository + uses: actions/checkout@v2 + - name: Create Sentry release uses: getsentry/action-release@v1 env: