Skip to content

Commit

Permalink
fix crate publishing order
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stoycos <[email protected]>
  • Loading branch information
astoycos committed Apr 10, 2024
1 parent 586c02b commit 5d1fb5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,12 @@ jobs:
- name: publish bpfman-csi crate
run: cargo publish -p bpfman-csi --token ${{ secrets.BPFMAN_DEV_TOKEN }}

- name: publish bpfman-api crate
run: cargo publish -p bpfman-api --token ${{ secrets.BPFMAN_DEV_TOKEN }}

- name: publish bpfman crate
run: cargo publish -p bpfman --token ${{ secrets.BPFMAN_DEV_TOKEN }}

- name: publish bpfman-api crate
run: cargo publish -p bpfman-api --token ${{ secrets.BPFMAN_DEV_TOKEN }}

- name: publish bpf-log-exporter crate
run: cargo publish -p bpfman-log-exporter --token ${{ secrets.BPFMAN_DEV_TOKEN }}

Expand Down

0 comments on commit 5d1fb5e

Please sign in to comment.