mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Use v1
version for simple-icons/release-action
This commit is contained in:
parent
d2e4560e33
commit
4779d7f93b
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 }}
|
||||
new-version: ${{ steps.release.outputs.new-version }}
|
||||
steps:
|
||||
- uses: simple-icons/release-action@v1.1.0
|
||||
- uses: simple-icons/release-action@v1
|
||||
id: release
|
||||
with:
|
||||
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
|
||||
if: contains(github.event.pull_request.labels.*.name, 'release')
|
||||
steps:
|
||||
- uses: simple-icons/release-action@v1.1.0
|
||||
- uses: simple-icons/release-action@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user