1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00

Use original release action (#10200)

This commit is contained in:
LitoMore 2024-01-03 14:32:32 +08:00 committed by GitHub
parent 6d84cee78d
commit abad53b070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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@b14cfca88575c04ea2a90ef282ca16d275cb2715
- uses: simple-icons/release-action@v1.1.0
id: release
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'release')
steps:
- uses: simple-icons/release-action@v1
- uses: simple-icons/release-action@v1.1.0
with:
repo-token: ${{ secrets.RELEASE_TOKEN }}