From abcac1e3e88d4acd0052e7360c56257a61dc73a4 Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 20 Sep 2023 11:47:36 +0200 Subject: [PATCH] Change job name --- .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 cd7df15..336850f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Build NPM, Go and touch @artifacts branch +name: Build Release version based on prepare-XXX branch on: workflow_dispatch: