Sean Missingham
2024-07-01 f7bd2137ecbb81f3ed50ae9ccaaee27ae855c11a
.github/workflows/ci.yaml
@@ -7,6 +7,7 @@
  push:
    branches:
      - v4
  workflow_dispatch:
jobs:
  build-and-test:
@@ -47,14 +48,20 @@
        run: npx quartz build --bundleInfo
  publish-tag:
    if: ${{ github.repository == 'jackyzha0/quartz' }}
    if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - name: Setup Node
        uses: actions/setup-node@v3
        with:
          node-version: 18
      - name: Get package version
        run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
      - name: Create release tag
        uses: pkgdeps/git-tag-action@v2
        with: