fix(release): Fixes error in syntax (#494)

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

View file

@ -34,12 +34,8 @@ jobs:
git config --global user.name "Fake Tag Action"
git config --global user.email "hi@modernuo.com"
git checkout ${{ steps.last_release.outputs.release }}
<<<<<<< Updated upstream
git tag -fa v0.1.0 -m "Fake release"
=======
git tag -fa v0.1.0
git push --force origin tag v0.1.0
>>>>>>> Stashed changes
git checkout -
- name: Conventional Changelog
id: changelog