fix(releases): Add missing token for fake release tag (#497)
This commit is contained in:
parent
4bf8447530
commit
f107c96065
1 changed files with 4 additions and 1 deletions
5
.github/workflows/create-release.yml
vendored
5
.github/workflows/create-release.yml
vendored
|
|
@ -34,8 +34,11 @@ 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 -f v0.1.0 -m "Fake release"
|
||||
git tag -fa v0.1.0 -m "Fake release"
|
||||
git push --follow-tags
|
||||
git checkout -
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Conventional Changelog
|
||||
id: changelog
|
||||
uses: TriPSs/conventional-changelog-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue