From e5142357fcc8a447c41521528f7729276cecbebf Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 16 Oct 2020 19:31:40 +0200 Subject: [PATCH] - fix test case for adjusted tag naming --- __tests__/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index e2531b4..4111a9c 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -30,7 +30,7 @@ it('Should be true', async () => { owner: 'mikepenz', repo: 'release-changelog-builder-action', fromTag: null, - toTag: '0.0.3', + toTag: 'v0.0.3', configuration: configuration })