File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040 - name : Check lightning-transaction-sync electrum SemVer
4141 uses : obi1kenobi/cargo-semver-checks-action@v2
4242 with :
43- package : lightning-transaction-sync
43+ manifest-path : lightning-transaction-sync/Cargo.toml
4444 feature-group : only-explicit-features
4545 features : electrum
4646 - name : Check lightning-transaction-sync esplora-blocking SemVer
4747 uses : obi1kenobi/cargo-semver-checks-action@v2
4848 with :
49- package : lightning-transaction-sync
49+ manifest-path : lightning-transaction-sync/Cargo.toml
5050 feature-group : only-explicit-features
5151 features : esplora-blocking
5252 - name : Check lightning-transaction-sync esplora-async SemVer
5353 uses : obi1kenobi/cargo-semver-checks-action@v2
5454 with :
55- package : lightning-transaction-sync
55+ manifest-path : lightning-transaction-sync/Cargo.toml
5656 feature-group : only-explicit-features
5757 features : esplora-async
You can’t perform that action at this time.
0 commit comments