We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6522 commit e085c8cCopy full SHA for e085c8c
.github/workflows/ci-release.yml
@@ -21,8 +21,7 @@ jobs:
21
with:
22
gradle-version: 7.4
23
24
- - uses: actions/checkout@v2
25
- name: Get Project version
+ - name: Get Project version
26
id: get_version
27
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
28
.github/workflows/ci-snapshot.yml
@@ -18,8 +18,7 @@ jobs:
18
19
20
0 commit comments