Jacky Zhao
2023-12-28 e758cbe1ee7a2bb128cbd95fd6d3cdcd34623800
.github/workflows/ci.yaml
@@ -1,6 +1,9 @@
name: Build and Test
on:
  pull_request:
    branches:
      - v4
  push:
    branches:
      - v4
@@ -40,5 +43,11 @@
      - name: Test
        run: npm test
      - name: Ensure Quartz builds
        run: npx quartz build
      - name: Ensure Quartz builds, check bundle info
        run: npx quartz build --bundleInfo
      - name: Create release tag
        uses: Klemensas/action-autotag@stable
        with:
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
          tag_prefix: "v"