kabirgh
2024-02-19 a67a8d7aa9da06d8f87d0f48bac630728a4ea394
.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"