From 5a81b5757d89e7076e24e2191cb4fdff3d438a88 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Aug 2022 08:38:54 +0200 Subject: Merging upstream version 1.36.1. Signed-off-by: Daniel Baumann --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b31cc261..26849312f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: id: fix-tags if: github.event_name != 'push' run: | - git fetch -f origin ${{ github.ref }}:${{ github.ref }} + git fetch --tags --force - name: Mark Stable id: channel if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly' @@ -111,7 +111,7 @@ jobs: id: fix-tags if: github.event_name != 'push' run: | - git fetch -f origin ${{ github.ref }}:${{ github.ref }} + git fetch --tags --force - name: Mark Stable id: channel if: github.event_name == 'workflow_dispatch' && github.event.inputs.type != 'nightly' -- cgit v1.2.3