mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
10.52.2024 3fc557987dd3db72d40693e6f767c97512ca7bef
ci: fix release problem
2 files modified
6 ■■■■ changed files
.github/workflows/release.yml 4 ●●●● patch | view | raw | blame | history
.github/workflows/tests.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/release.yml
@@ -45,6 +45,10 @@
        with:
          node-version: 'lts/*'
      - name: Install semantic-release
        run: |
          npm install -g semantic-release conventional-changelog-conventionalcommits
      - name: Create Github release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/tests.yml
@@ -29,7 +29,7 @@
      - name: Run commitlint
        if: github.event_name == 'pull_request'
        run: |
          commitlint \
          npx commitlint \
          --from "${{ github.event.pull_request.base.sha }}" \
          --to "${{ github.event.pull_request.head.sha }}" \
          --color \