Mats Fangohr
2024-02-05 b061b1b6a229e042a2a0c08e5a4d8ed016f46a1e
.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"