diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7d228dbdd..5c0426cd1 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -27,7 +27,7 @@ jobs: git config --global user.name "Runner" git config --global user.email "hi@modernuo.com" git checkout ${{ steps.last_release.outputs.release }} - git tag v0.1.0 -m "Old" + git tag -fa v0.1.0 git checkout - - name: Conventional Changelog id: changelog