mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
ci: Checkout the repo before triggering the Sentry release creation (no-changelog) (#11601)
This commit is contained in:
committed by
GitHub
parent
97d17bd955
commit
471921dc20
3
.github/workflows/release-publish.yml
vendored
3
.github/workflows/release-publish.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
body: ${{github.event.pull_request.body}}
|
body: ${{github.event.pull_request.body}}
|
||||||
|
|
||||||
create-sentry-release:
|
create-sentry-release:
|
||||||
name: Create release on Sentry
|
name: Create a Sentry Release
|
||||||
needs: [publish-to-npm, publish-to-docker-hub]
|
needs: [publish-to-npm, publish-to-docker-hub]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
@@ -136,6 +136,7 @@ jobs:
|
|||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4.1.1
|
||||||
- name: Restore cached build artifacts
|
- name: Restore cached build artifacts
|
||||||
uses: actions/cache/restore@v4.0.0
|
uses: actions/cache/restore@v4.0.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user