From a3897da0f631c12612ff8eb945cad5c9ab6eef24 Mon Sep 17 00:00:00 2001 From: kunish Date: Sun, 27 Aug 2023 23:41:08 +0800 Subject: [PATCH] fix: publish issue --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f18dccf..78a6f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,5 +45,5 @@ jobs: - name: attach release artifacts uses: softprops/action-gh-release@v1 with: - files: dist/ + files: dist/* tag_name: ${{ needs.release-please.outputs.tag_name }}