diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 01ec82d..b19476f 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -19,5 +19,5 @@ jobs: name: Auto Tag with: github-token: ${{ secrets.GITHUB_TOKEN}} - tag_prefix: "v" + with-v: true version: "${{ steps.previous_step.outputs.version }}" diff --git a/.github/workflows/deploy-to-s3.yml b/.github/workflows/deploy-to-s3.yml index e6707e3..baace2e 100644 --- a/.github/workflows/deploy-to-s3.yml +++ b/.github/workflows/deploy-to-s3.yml @@ -16,7 +16,10 @@ jobs: node-version: ${{ matrix.node-version }} - name: Build files run: | - npm run build + npm install + npm ci + npm run build --if-present + npm test - name: Deploy to S3 uses: jakejarvis/s3-sync-action@master with: