File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 29
29
- name : Use tag as version
30
30
run : echo "${GITHUB_REF#refs/*/}" > version.txt
31
31
- name : Build and Publish Artifacts
32
- run : ./gradlew --build-cache build publish -PciBuild=true -Partifacts.itemis.cloud.user=${{secrets.ARTIFACTS_ITEMIS_CLOUD_USER}} -Partifacts.itemis.cloud.pw=${{secrets.ARTIFACTS_ITEMIS_CLOUD_PW}} -Pgpr.user=${{ github.actor }} -Pgpr.key=${{ secrets.GITHUB_TOKEN }} -Pgpr.universalkey=${{ secrets.GHP_UNIVERSAL_PUBLISH_TOKEN }}
32
+ run : >-
33
+ ./gradlew --build-cache build publish
34
+ -PciBuild=true
35
+ -Partifacts.itemis.cloud.user=${{ secrets.ARTIFACTS_ITEMIS_CLOUD_USER }}
36
+ -Partifacts.itemis.cloud.pw=${{ secrets.ARTIFACTS_ITEMIS_CLOUD_PW }}
37
+ -Pgpr.user=${{ github.actor }}
38
+ -Pgpr.key=${{ secrets.GITHUB_TOKEN }}
39
+ -Pgpr.universalkey=${{ secrets.GHP_UNIVERSAL_PUBLISH_TOKEN }}
40
+ -Porg.gradle.internal.http.connectionTimeout=180000
41
+ -Porg.gradle.internal.http.socketTimeout=180000
33
42
env :
34
43
NODE_AUTH_TOKEN : ${{ secrets.ARTIFACTS_ITEMIS_CLOUD_NPM_TOKEN }}
35
44
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments