File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ jobs:
52
52
53
53
# make sure that "gradlew publish" runs in NO parallel mode, since it might create multiple repositories on the OSS server
54
54
55
- - name : Publish to OSSRH (using Gradle)
56
- uses : gradle/gradle-build-action@v2
57
- env :
58
- EV_ossrhUsername : asher-digma
59
- EV_ossrhPassword : ${{ secrets.DIGMA_ASHER_OSSRH_PASSWORD }}
60
- with :
61
- arguments : |
62
- --no-parallel
63
- publish
64
- -Psigning.secretKeyRingFile=${{ github.workspace }}/xtra/security/secr-key-ring-file-gpg.bin
65
- -Psigning.password=${{ secrets.DIGMA_GPG_SIGNING_PASSWORD }}
66
- -Psigning.keyId=${{ secrets.DIGMA_GPG_SIGNING_KEYID }}
55
+ # - name: Publish to OSSRH (using Gradle)
56
+ # uses: gradle/gradle-build-action@v2
57
+ # env:
58
+ # EV_ossrhUsername: asher-digma
59
+ # EV_ossrhPassword: ${{ secrets.DIGMA_ASHER_OSSRH_PASSWORD }}
60
+ # with:
61
+ # arguments: |
62
+ # --no-parallel
63
+ # publish
64
+ # -Psigning.secretKeyRingFile=${{ github.workspace }}/xtra/security/secr-key-ring-file-gpg.bin
65
+ # -Psigning.password=${{ secrets.DIGMA_GPG_SIGNING_PASSWORD }}
66
+ # -Psigning.keyId=${{ secrets.DIGMA_GPG_SIGNING_KEYID }}
67
67
68
68
# artifacts are now published into OSSRH , you can browse https://s01.oss.sonatype.org/#stagingRepositories and search for Staging Repositories
69
69
- name : Copy and Rename digma-otel-agent-extension
Original file line number Diff line number Diff line change 1
1
// keep the name theVersion and the val definition since script update_version.sh maintains it
2
- val theVersion = " 0.8.14 "
2
+ val theVersion = " 0.8.15 "
3
3
4
4
allprojects {
5
5
group = " io.github.digma-ai"
You can’t perform that action at this time.
0 commit comments