ci: Checkout the repo before triggering the Sentry release creation (no-changelog) (#11601)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-11-06 18:04:09 +01:00 committed by कारतोफ्फेलस्क्रिप्ट™
parent 3dc0904a6c
commit b92729df2b
No known key found for this signature in database

View file

@ -126,7 +126,7 @@ jobs:
body: ${{github.event.pull_request.body}}
create-sentry-release:
name: Create release on Sentry
name: Create a Sentry Release
needs: [publish-to-npm, publish-to-docker-hub]
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
@ -136,6 +136,7 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
steps:
- uses: actions/checkout@v4.1.1
- name: Restore cached build artifacts
uses: actions/cache/restore@v4.0.0
with: