kabirgh
2024-01-15 8eec47c340d48d9b45970a88da0aaff4e216a7e2
.github/workflows/ci.yaml
@@ -43,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"