From fe9a950df2ed9fa9373f041964f791d95fb65982 Mon Sep 17 00:00:00 2001 From: arloor Date: Wed, 27 Dec 2023 15:25:06 +0800 Subject: [PATCH] Update release command in go.yaml --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 180faf0..302191d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -38,4 +38,4 @@ jobs: # git tag -f v1.0.0 -m 'latest' # git push --force origin v1.0.0 # gh release create v1.0.0 go_web_server --notes-from-tag --latest -t latest - gh release create go_web_server -n "latest" --latest -t latest --target main \ No newline at end of file + gh release create v1.0.0 go_web_server -n "latest" --latest -t latest --target main \ No newline at end of file