KylinDC
2024-02-19 e85ea490003870c5a6c004bb2e6bd6d76769a2ce
.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"