fix(releases): Fixes fake tag failing (#491)

This commit is contained in:
Kamron Batman 2021-02-08 13:41:13 -08:00 committed by GitHub
parent c502af274e
commit f43b1e1d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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