Skip to content

Commit

Permalink
ci: Checkout the repo before triggering the Sentry release creation (…
Browse files Browse the repository at this point in the history
…no-changelog) (#11601)
  • Loading branch information
netroy authored Nov 6, 2024
1 parent 97d17bd commit 471921d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 471921d

Please sign in to comment.