From 5863acecdfe2ff93bb39e17cbebb009bdf8f947d Mon Sep 17 00:00:00 2001 From: KoonQi Date: Wed, 6 Sep 2023 02:04:04 +0800 Subject: [PATCH] forgot to tag --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8203cfac5..41d8e492d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,5 @@ jobs: files: target/* tag_name: ${{ steps.get_tag.outputs.TAG }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + \ No newline at end of file