From 7cc4a91fdcc976ee226c9d0d9cf677c7d501eae2 Mon Sep 17 00:00:00 2001 From: bcoe Date: Tue, 4 Aug 2020 21:14:29 -0700 Subject: [PATCH] chore: fix spacing on conditional --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ce89cea9..d2339535 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -31,4 +31,4 @@ jobs: git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release' git push origin +deno git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release' - if: ${{ steps.release.outputs.release_created }} + if: ${{ steps.release.outputs.release_created }}