From 99e50ca43807a76ef9ae76414c38ab8947975b16 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Thu, 26 Aug 2021 15:53:11 +0100 Subject: [PATCH] fix release YAML --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 588f0c54ae..8dd1d55f87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,9 +42,9 @@ jobs: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc yarn release - - name: Get Previous tag - id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1" + - name: 'Get Previous tag' + id: previoustag + uses: "WyriHaximus/github-action-get-previous-tag@v1" - name: Build/release Docker images run: |