From 26521358852a8fa5348d0e741b84ad00788ab3ac Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Fri, 23 Jun 2023 16:26:08 +0200 Subject: [PATCH 1/2] test workflow --- .github/workflows/tag-create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-create-release.yml b/.github/workflows/tag-create-release.yml index 4e45f39..eecf3e6 100644 --- a/.github/workflows/tag-create-release.yml +++ b/.github/workflows/tag-create-release.yml @@ -2,7 +2,7 @@ on: push: # Sequence of patterns matched against refs/tags tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + - '*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Create Release From 39dfa5c3e94aca5da24c7439603e4f12943c1203 Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Fri, 23 Jun 2023 16:26:33 +0200 Subject: [PATCH 2/2] test workflow --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 92e7447..6228d63 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Release 1.0.4 +# Release 1.0.5 * Now using go modules * Fixed powershell library \ No newline at end of file