add back missing PACKAGE_VERSION (#669)

This commit is contained in:
Andrew Calcutt 2022-12-10 14:21:38 -05:00 committed by GitHub
parent 53d65d211a
commit 76a89ae8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,10 @@ jobs:
env:
NPM_TOKEN: ${{ github.event.inputs.npm_token }}
- name: Get version
run: |
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with: