From 920e1d20a0c567a8dcb77cec0d7dccc558637bf8 Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Wed, 31 May 2023 22:45:56 -0700 Subject: [PATCH] cicd: Fixed workflow and step names --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ebe0a230..5f98ba67d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish on: workflow_dispatch: @@ -22,8 +22,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - release: - name: Release + publish: + name: Publish needs: [precheck, jlink] runs-on: ubuntu-latest steps: