From 6886253c1f93a660f781b5cc136d1f258b046d16 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Mon, 29 Apr 2024 22:49:55 +0200 Subject: [PATCH] Working on github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 183e0b9d..c2847cf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Build, run tests and create a new release +# Build, run tests and create a new release using the CHANGELOG.md file as release notes name: release # Controls when the action will run. Triggers the workflow on push with a release tag