fix(releases): Add missing token for fake release tag (#497)

This commit is contained in:
Kamron Batman 2021-02-08 15:51:58 -08:00 committed by GitHub
parent 4bf8447530
commit f107c96065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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