We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5728618 commit 9d1391fCopy full SHA for 9d1391f
.github/workflows/app-release.yml
@@ -28,16 +28,17 @@ jobs:
28
echo "${{ secrets.SERVICE_ACCOUNT }}" > service_account.json.asc
29
gpg -d --passphrase "${{ secrets.GPG_ENCRYPTION_KEY }}" --batch service_account.json.asc > service_account.json
30
31
- - name: "Calculate build number"
32
- id: version_information
33
- uses: ./.github/actions/version_information
34
35
- name: Check out java
36
uses: actions/setup-java@v3
37
with:
38
distribution: 'adopt'
39
java-version: 17
40
+ - name: "Calculate build number"
+ id: version_information
+ uses: ./.github/actions/version_information
41
+
42
- name: Copy CI gradle.properties
43
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
44
0 commit comments