- fix test case for adjusted tag naming

This commit is contained in:
Mike Penz
2020-10-16 19:31:40 +02:00
parent 2f1eed7458
commit e5142357fc
+1 -1
View File
@@ -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
})