Skip to content

Commit

Permalink
remove attest-build-provenance since it was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreaming-Codes authored Sep 8, 2024
1 parent d1723d0 commit c171a25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Release Workflow

permissions:
id-token: write
contents: write
actions: write
attestations: write

on:
push:
Expand Down Expand Up @@ -55,10 +53,6 @@ jobs:
if: env.should_release == 'true'
run: cargo build --release

- uses: actions/attest-build-provenance@v1
with:
subject-path: 'target/release/nvidia_oc'

- name: Create a new tag
if: env.should_release == 'true'
run: |
Expand Down

0 comments on commit c171a25

Please sign in to comment.