From e0eceffeb338db87153f27086be7381a812aa63f Mon Sep 17 00:00:00 2001 From: Regalijan Date: Fri, 13 Mar 2026 04:51:05 -0400 Subject: [PATCH] Ignore missing commits --- .gitea/workflows/build-publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-publish.yaml b/.gitea/workflows/build-publish.yaml index 5c5d414..732db99 100644 --- a/.gitea/workflows/build-publish.yaml +++ b/.gitea/workflows/build-publish.yaml @@ -8,8 +8,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - with: - fetch-depth: 0 - name: Install Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f @@ -54,7 +52,7 @@ jobs: run: | VERSION=$(sentry-cli releases propose-version) sentry-cli releases new $VERSION - sentry-cli releases set-commits --auto $VERSION + sentry-cli releases set-commits --auto $VERSION --ignore-missing sentry-cli releases finalize $VERSION env: @@ -66,7 +64,7 @@ jobs: run: | VERSION=$(sentry-cli releases propose-version) sentry-cli releases new $VERSION - sentry-cli releases set-commits --auto $VERSION + sentry-cli releases set-commits --auto $VERSION --ignore-missing sentry-cli releases finalize $VERSION env: