Skip to content

Commit 98af928

Browse files
committed
update/fix dasel
1 parent e8eedd5 commit 98af928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: install dasel
3333
run: |
34-
brew install dasel@2.8.1
34+
brew install dasel
3535
cat $GITHUB_ENV
3636
3737
- name: extract version
3838
run: |
39-
version=`dasel -r toml -f gradle/libs.versions.toml versions.openapiparser`
39+
version=`cat gradle/libs.versions.toml | dasel -i toml 'versions.openapiparser'`
4040
echo "BUILD_VERSION=${version#projectVersion=}" >> $GITHUB_ENV
4141
cat $GITHUB_ENV
4242

0 commit comments

Comments
 (0)