From 0c844dfc7340d75b9eed0c56b457acf7216aa34c Mon Sep 17 00:00:00 2001 From: William Lee <43682783+wlee221@users.noreply.github.com> Date: Tue, 23 Nov 2021 13:00:02 -0800 Subject: [PATCH] Update .github/workflows/publish-next.yml Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com> --- .github/workflows/publish-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index ed56bbb9652..61076c1944b 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -9,7 +9,7 @@ on: jobs: publish: runs-on: ubuntu-latest - environment: depployment + environment: deployment # We only publish if the previous workflow run (Tests) was successful # and the previous workflow was called from main branch. #