From 5bedc66d3c87cff1d13894b7d73c2e29c0b14886 Mon Sep 17 00:00:00 2001 From: Loup THERON Date: Fri, 25 Sep 2020 15:42:34 +0200 Subject: [PATCH] Fix workflow typo --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 41e4240103..586f13ab06 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -20,8 +20,8 @@ jobs: - name: Get last release version id: lastrelease uses: pozetroninc/github-action-get-latest-release@master - with: - repository: mtes-mct/monitorfish + with: + repository: mtes-mct/monitorfish - name: Set VERSION env run: echo ::set-env name=VERSION::$(echo ${{ steps.lastrelease.outputs.release }})