From d50bb7bf3a13e2bb88dc6b611085bc24a3a0a35f Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 12 May 2021 10:47:05 -0700 Subject: [PATCH] fixing the snap deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b21a1e5da..748e096884 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: needs: setup env: PKG_VERSION: ${{ needs.setup.outputs.package_version }} - TAG_VERSION: ${{ needs.setup.ouputs.tag_version }} + TAG_VERSION: ${{ needs.setup.outputs.tag_version }} steps: - name: Checkout Repo uses: actions/checkout@v2