Skip to content

Commit f835040

Browse files
authored
Fix dasel on CI (#1192)
### Checklist - [ ] I have linked to any relevant issues. - [ ] I have updated the documentation. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added necessary labels. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers.
1 parent a864734 commit f835040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/verify_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
# strip preceeding 'v' if it exists on tag
2727
REF=${REF/#v}
28-
TOML_VERSION=$(cat $MANIFEST | dasel -r toml 'workspace.package.version')
28+
TOML_VERSION=$(cat $MANIFEST | dasel -r toml -w plain 'workspace.package.version')
2929

3030
if [ "$TOML_VERSION" != "$REF" ]; then
3131
err "Crate version $TOML_VERSION, doesn't match tag version $REF"

0 commit comments

Comments
 (0)