Fix release action (#8776)

* Fix release action

* Fix typo
This commit is contained in:
LitoMore 2023-06-12 09:50:52 +08:00 committed by GitHub
parent 8a703f860e
commit 731386b408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
did-create-pr: ${{ steps.release.outputs.did-create-pr }}
new-version: ${{ steps.release.outputs.new-version }}
steps:
- uses: simple-icons/release-action@5edfadcb9d0fcced712defd84c26d8fd3913beb9
- uses: LitoMore/simple-icons-release-action@d256798422e9eb6c0b2ffefcae70edf54f5e52f9
id: release
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}