We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff29838 commit a0b8c99Copy full SHA for a0b8c99
1 file changed
.github/workflows/build.yaml
@@ -29,14 +29,14 @@ jobs:
29
- name: checkout
30
uses: actions/checkout@v4
31
32
- - name: install dasel
33
- run: |
34
- brew install dasel
35
- cat $GITHUB_ENV
+# - name: install dasel
+# run: |
+# brew install dasel
+# cat $GITHUB_ENV
36
37
- name: extract version
38
run: |
39
- version=`cat pom.xml | dasel -i xml 'project.version'`
+ version=`yq -p xml -oy e '.project.version' pom.xml`
40
echo "BUILD_VERSION=${version#projectVersion=}" >> $GITHUB_ENV
41
cat $GITHUB_ENV
42
0 commit comments