We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3b945 commit f5137fbCopy full SHA for f5137fb
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
70
publish_artifacts:
71
name: Publish Snapshot Artifacts
72
- needs: Linux
+ needs: macOS
73
runs-on: ubuntu-latest
74
permissions:
75
attestations: write # required for build provenance attestation
@@ -100,7 +100,7 @@ jobs:
100
concurrency:
101
group: github-pages-${{ github.ref }}
102
cancel-in-progress: true
103
104
105
steps:
106
- name: Check out repository
0 commit comments