diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b21a1e5da7..748e0968844 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