Skip to content

Commit

Permalink
ci: use # as version separator for root crate
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 25, 2024
1 parent 4cfac2d commit 6a5b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wadge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
- name: publish wadge to crates.io
run: |
pkgver=$(cargo pkgid | cut -d '@' -f 2)
pkgver=$(cargo pkgid | cut -d '#' -f 2)
tagver="${{ steps.ctx.outputs.version }}"
if ! [ "$pkgver" = "$tagver" ]; then
echo "version mismatch, $pkgver (package) != $tagver (tag)"
Expand Down

0 comments on commit 6a5b03c

Please sign in to comment.