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:
Martin Nordholts 2021-02-18 06:38:07 +01:00 committed by David Peter
parent 7b6388b19f
commit 3f10f71ad2
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ jobs:
with:
name: ${{ steps.debian-package.outputs.DPKG_NAME }}
path: ${{ steps.debian-package.outputs.DPKG_PATH }}
- name: Check is release
- name: Check for release
id: is-release
shell: bash
run: |