fix(ci): enable full git history fetch for sentry release tracking
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 26s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 26s
This commit is contained in:
@@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create Sentry Release
|
- name: Create Sentry Release
|
||||||
uses: getsentry/action-release@v1
|
uses: getsentry/action-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user