From a73a146755fcace0a4ca8cd6cdaa19a51b50903a Mon Sep 17 00:00:00 2001 From: Luke Petherbridge Date: Mon, 30 Oct 2023 13:48:19 -0700 Subject: [PATCH] ci: changed release name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aea5ac3..69dd143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ --- -name: Release +name: Continuous Deployment # yamllint disable-line rule:truthy on: @@ -8,7 +8,7 @@ on: - main jobs: - release: + cd: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4