Skip to content

Commit

Permalink
Only invoke attest-build-provenance once.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Feb 27, 2025
1 parent f02d37c commit 2127ede
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
- name: Attest packages
uses: actions/[email protected]
with:
subject-path: out/pkg/dotnet/release/*.nupkg
- name: Attest extensions
uses: actions/[email protected]
with:
subject-path: out/pkg/vs*/*.vsix
subject-path: |
out/pkg/dotnet/release/*.nupkg
out/pkg/vs*/*.vsix
- name: Upload artifacts
if: always()
uses: actions/[email protected]
Expand Down

0 comments on commit 2127ede

Please sign in to comment.