File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
- name : Use tag as version
28
28
run : echo "${GITHUB_REF#refs/*/}" > version.txt
29
29
- name : Build and Publish Artifacts
30
- run : ./gradlew build publish -PciBuild=true -Partifacts.itemis.cloud.user=${{secrets.ARTIFACTS_ITEMIS_CLOUD_USER}} -Partifacts.itemis.cloud.pw=${{secrets.ARTIFACTS_ITEMIS_CLOUD_PW}} -PGITHUB_ACTOR =${{ github.actor }} -PGITHUB_TOKEN =${{ secrets.GITHUB_TOKEN }}
30
+ run : ./gradlew 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 }}
31
31
env :
32
32
NODE_AUTH_TOKEN : ${{ secrets.ARTIFACTS_ITEMIS_CLOUD_NPM_TOKEN }}
33
33
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments