From ea00d8684f8be2a4672b121657e99cbd3b6024e1 Mon Sep 17 00:00:00 2001 From: Magnus Biolzi Hansen Date: Tue, 18 Oct 2022 15:17:07 +0200 Subject: [PATCH] Always look at current commit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d5e5f94..3d4a2b9 100644 --- a/index.js +++ b/index.js @@ -152,7 +152,7 @@ async function run() { `--tags`, `--abbrev=0`, `--match=${releasePattern}`, - `${branch}~1` + `${branch}` )).trim(); } catch (err) {