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