From 0273491c5cb24a61a74ee01717586567ed9f2009 Mon Sep 17 00:00:00 2001 From: mrgeneralgoo Date: Wed, 24 Jan 2024 21:55:20 +0800 Subject: [PATCH] Update to short ref name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 012de89..67a70e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: uses: ncipollo/release-action@v1 with: token: ${{ secrets.AUTO_RELEASE_TOKEN }} - tag: ${{ github.ref }} + tag: ${{github.ref_name}} artifacts: "MarkdownParse.zip" body: | - **Full Changelog**: https://github.com/mrgeneralgoo/typecho-markdown/compare/${{ steps.get_latest_release.outputs.VERSION }}...${{ github.ref }}) \ No newline at end of file + **Full Changelog**: https://github.com/mrgeneralgoo/typecho-markdown/compare/${{ steps.get_latest_release.outputs.VERSION }}...${{github.ref_name}}) \ No newline at end of file