From 5e4c15639f689c20d2f2b777f702da0a2786d550 Mon Sep 17 00:00:00 2001 From: zachaller Date: Tue, 13 Dec 2022 14:05:57 -0600 Subject: [PATCH] no need to add message keep tags lightweight Signed-off-by: zachaller --- .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 b7a8a6e0cf..e73d774f7c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -185,7 +185,7 @@ jobs: - name: update stable tag for docs run: | - git tag -f -m "" stable ${{ github.event.inputs.tag }} + git tag -f stable ${{ github.event.inputs.tag }} git push -f origin stable - name: Draft release