Skip to content

Commit

Permalink
Disable configuration cache for publishing build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 13, 2024
1 parent 7344b3b commit fa2db6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
with:
arguments: |
publish -x check \
prepareGitHubAttestation
prepareGitHubAttestation \
--no-configuration-cache
- name: Generate build provenance attestations
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
with:
Expand Down

0 comments on commit fa2db6e

Please sign in to comment.