Jacky Zhao
2024-02-24 b88d3d292beaa0cd03e72a4fc1b84c7bc1d39e9e
ci: fix typo in runs-on
1 files modified
2 ■■■ changed files
.github/workflows/ci.yaml 2 ●●● patch | view | raw | blame | history
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@
  publish-tag:
    if: ${{ github.repository == 'jackyzha0/quartz' }}
    run-on: ubuntu-latest
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps: