Skip to content

Commit e8eedd5

Browse files
committed
try to use old dasel version
1 parent cd58e19 commit e8eedd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)