Skip to content

Commit 680d25a

Browse files
committed
update dasel
1 parent 60ba425 commit 680d25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: extract version
3838
run: |
39-
version=`dasel -r toml -f gradle/libs.versions.toml versions.processor`
39+
version=`cat gradle/libs.versions.toml | dasel -i toml 'versions.processor'`
4040
echo BUILD_VERSION="${version#projectVersion=}" >> $GITHUB_ENV
4141
cat $GITHUB_ENV
4242

0 commit comments

Comments
 (0)