fix(release): Fixes error in syntax (#494)
This commit is contained in:
parent
e7f01c1326
commit
ecf5a4f048
1 changed files with 0 additions and 4 deletions
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue