From 59ce6f6e858aadc045ce0db15463afc5513a2ec4 Mon Sep 17 00:00:00 2001 From: hazardous waste <107384053+a48zhang@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:30:53 +0000 Subject: [PATCH] fix: build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c3df2b..534c64f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,5 +70,5 @@ jobs: uses: ncipollo/release-action@v1.14.0 with: artifacts: "build/template.pdf" - tag: "templates" + tag: ${{ github.ref }} \ No newline at end of file