Skip to content

Commit

Permalink
added version for uses aspect of compile-and-release
Browse files Browse the repository at this point in the history
  • Loading branch information
BillBensing committed Sep 22, 2024
1 parent 3930f4c commit 9eaf0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nape-cli-release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
compile-and-release:
needs: version-check
if: success() && ${{ steps.version_check.outcome != 'skipped' }}
uses: nape-not-another-policy-engine/nape-build-deploy-release/.github/workflows/rust-standard-multiarch-build.yaml
uses: nape-not-another-policy-engine/nape-build-deploy-release/.github/workflows/rust-standard-multiarch-build.yaml@main
secrets: inherit
with:
rust-project: nape_cli
Expand Down

0 comments on commit 9eaf0ff

Please sign in to comment.