Skip to content

Commit

Permalink
Update to short ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeneralgoo committed Jan 24, 2024
1 parent 9848ca2 commit 0273491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
**Full Changelog**: https://github.com/mrgeneralgoo/typecho-markdown/compare/${{ steps.get_latest_release.outputs.VERSION }}...${{github.ref_name}})

0 comments on commit 0273491

Please sign in to comment.