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