summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-02-18 06:38:07 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-18 07:59:10 +0100
commit3f10f71ad2e2ff90f9a04a9e3fe7f6491128e2cf (patch)
tree1169f2e861e461a9c767c74863db045e938dee65 /.github
parent7b6388b19f4769a728f3299c6d851a6d1ab8062f (diff)
CICD: Build: Rename 'Check is release' step to 'Check for release'
To get a name that sounds like proper English.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index b4467759..4bb94f17 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -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: |