Skip to content

Commit

Permalink
dasel now adds '
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Oct 10, 2023
1 parent f33a002 commit 2f9b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
MIN_VERSION=$(cat Cargo.toml | dasel -r toml 'workspace.package.rust-version')
RUST_VERSION="${{ env.RUST_VERSION }}"
echo "Comparing minimum supported toolchain ($MIN_VERSION) with ci toolchain (RUST_VERSION)"
test "'$MIN_VERSION'" == "$RUST_VERSION"
test "$MIN_VERSION" == "'$RUST_VERSION'"
# Ensure workspace is publishable
publish-crates-check:
Expand Down

0 comments on commit 2f9b539

Please sign in to comment.