mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 15:53:29 +01:00
CICD: Build: Rename 'Check is release' step to 'Check for release'
To get a name that sounds like proper English.
This commit is contained in:
parent
7b6388b19f
commit
3f10f71ad2
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -373,7 +373,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ steps.debian-package.outputs.DPKG_NAME }}
|
name: ${{ steps.debian-package.outputs.DPKG_NAME }}
|
||||||
path: ${{ steps.debian-package.outputs.DPKG_PATH }}
|
path: ${{ steps.debian-package.outputs.DPKG_PATH }}
|
||||||
- name: Check is release
|
- name: Check for release
|
||||||
id: is-release
|
id: is-release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user