From 96abfcd90a2d51966d3519be13cbae5510bff6b6 Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Mon, 10 Jun 2024 17:41:28 +0200 Subject: [PATCH] Remove target_commitish, as it defaults to master anyway --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21cb62e9f..334fa90e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,6 @@ jobs: uses: softprops/action-gh-release@v2 with: token: "${{ secrets.GITHUB_TOKEN }}" - target_commitish: "latest-master" prerelease: true generate_release_notes: true name: "Latest master"