From e175aaa0ca6cc1f0a99a3492bc932185a391fa9c Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 2 Sep 2024 16:12:47 +0200 Subject: [PATCH] Update chron-release.yml --- .github/workflows/chron-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chron-release.yml b/.github/workflows/chron-release.yml index c880d33fd..e2087ef12 100644 --- a/.github/workflows/chron-release.yml +++ b/.github/workflows/chron-release.yml @@ -39,6 +39,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: releases + force: true - name: Summarize latest releases run: | SUMMARY=$(git submodule -q foreach ' echo $(basename `git rev-parse --show-toplevel`) `git describe --tags $(git rev-list --tags --max-count=1)`' || true)