The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: auto-tag releases (closes #560)

+6
+6
.github/workflows/ci.yaml
··· 45 45 46 46 - name: Ensure Quartz builds, check bundle info 47 47 run: npx quartz build --bundleInfo 48 + 49 + - name: Create release tag 50 + uses: Klemensas/action-autotag@stable 51 + with: 52 + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" 53 + tag_prefix: "v"