Skip to content

Commit 74666ec

Browse files
authored
ci: Configure semver check with correct package name (#7)
1 parent 98fce03 commit 74666ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# uses: obi1kenobi/cargo-semver-checks-action@v2
174174
uses: n0-computer/cargo-semver-checks-action@feat-baseline
175175
with:
176-
package: iroh-gossip
176+
package: iroh-node-util
177177
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
178178
use-cache: false
179179

0 commit comments

Comments
 (0)