Skip to content

Commit

Permalink
fix: release CI fixed (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi authored Sep 16, 2024
1 parent 4013ab7 commit 9794402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- main


jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/release.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
publish_dry_run: false

0 comments on commit 9794402

Please sign in to comment.