From 9ba5a2bfb83e50fee4f42a3061ba6c7bb738c8e2 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Sun, 7 Nov 2021 14:30:27 +0100 Subject: [PATCH] Rename release github workflow --- .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 990ae64..3f4b5e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # This workflow will run every time a new release is created. # It will first build the plugin using Maven, then publish it to GitHub packages and finally attach the artifacts to the release -name: Maven build and deploy on release +name: Build and release on: release: