fix(releases): Adds fake release message (#492)
This commit is contained in:
parent
f43b1e1d4e
commit
6753822cd9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -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 -fa v0.1.0
|
||||
git tag -fa v0.1.0 -m "Fake release"
|
||||
git checkout -
|
||||
- name: Conventional Changelog
|
||||
id: changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue