From 5ef33e4049f22a42ff83ba752e41cc4f73372fcb Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Wed, 12 Oct 2022 18:05:22 -0700 Subject: [PATCH] fix release tag field description --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b66858f..579b7ff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,7 @@ on: inputs: release_tag: type: string - description: Tag to create (from latest main) + description: Tag to create concurrency: ${{ github.workflow }} jobs: