From c5d846f655340b8d14a622a5304600ae996d219b Mon Sep 17 00:00:00 2001 From: Franco Meloni Date: Tue, 7 Dec 2021 00:49:04 +0000 Subject: [PATCH] Rename Create Release job --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 1260aa2a..f0b43b26 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Create Release # Controls when the workflow will run on: