This commit is contained in:
acalcutt 2022-12-10 13:46:25 -05:00
parent d882cb13d2
commit df86e64e53

View file

@ -37,10 +37,6 @@ jobs:
check-latest: true
cache: 'npm'
- name: Get version
run: |
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)" >> $GITHUB_ENV
- name: Install dependencies 🚀
run: npm ci --prefer-offline --no-audit --omit=optional
@ -65,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 Docker Buildx
uses: docker/setup-buildx-action@v2