From e2e41b7366d69afaeaa3988b2ff8e9e1daf95c3c Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 12 May 2021 10:47:58 -0700 Subject: [PATCH] fixing the macos deploy --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 748e096884..b8f44df1ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -135,6 +135,9 @@ jobs: macos: runs-on: macos-latest needs: setup + env: + PKG_VERSION: ${{ needs.setup.outputs.package_version }} + TAG_VERSION: ${{ needs.setup.outputs.tag_version }} steps: - name: Checkout repo uses: actions/checkout@v2