fix(releases): Do not update tags remotely (#495)
This commit is contained in:
parent
ecf5a4f048
commit
db76c941e6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/create-release.yml
vendored
3
.github/workflows/create-release.yml
vendored
|
|
@ -34,8 +34,7 @@ jobs:
|
|||
git config --global user.name "Fake Tag Action"
|
||||
git config --global user.email "hi@modernuo.com"
|
||||
git checkout ${{ steps.last_release.outputs.release }}
|
||||
git tag -fa v0.1.0 -m "Fake release"
|
||||
git push --force origin tag v0.1.0
|
||||
git tag -f v0.1.0 -m "Fake release"
|
||||
git checkout -
|
||||
- name: Conventional Changelog
|
||||
id: changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue