1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Allow trigger create-release by workflow_dispatch event (#8788)

This commit is contained in:
LitoMore 2023-06-12 10:16:42 +08:00 committed by GitHub
parent 731386b408
commit 2778ba89b7
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: LitoMore/simple-icons-release-action@d256798422e9eb6c0b2ffefcae70edf54f5e52f9
- uses: LitoMore/simple-icons-release-action@1b27c20ef141ba4f238a7d3db95929fe21248471
id: release
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}