Skip to content

Commit da5d4b6

Browse files
committed
build: when generate 3p notice, use Cargo.toml with filled version
1 parent 1500a7f commit da5d4b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ jobs:
2626

2727
generate-3p-notices:
2828
runs-on: ubuntu-latest
29+
needs: [create-versioned-toml]
2930
steps:
3031
- uses: actions/checkout@v4
32+
- uses: actions/download-artifact@v4
33+
with:
34+
name: Cargo.toml
3135
- name: Rust Cache
3236
uses: Swatinem/rust-cache@v2
3337
- name: Install Rust toolchain

0 commit comments

Comments
 (0)