mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-26 01:00:27 +02:00
Use original release action (#10200)
This commit is contained in:
parent
6d84cee78d
commit
abad53b070
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
did-create-pr: ${{ steps.release.outputs.did-create-pr }}
|
did-create-pr: ${{ steps.release.outputs.did-create-pr }}
|
||||||
new-version: ${{ steps.release.outputs.new-version }}
|
new-version: ${{ steps.release.outputs.new-version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: LitoMore/simple-icons-release-action@b14cfca88575c04ea2a90ef282ca16d275cb2715
|
- uses: simple-icons/release-action@v1.1.0
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
2
.github/workflows/merge-release.yml
vendored
2
.github/workflows/merge-release.yml
vendored
@ -8,6 +8,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'release')
|
if: contains(github.event.pull_request.labels.*.name, 'release')
|
||||||
steps:
|
steps:
|
||||||
- uses: simple-icons/release-action@v1
|
- uses: simple-icons/release-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.RELEASE_TOKEN }}
|
repo-token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user