Skip to content

Commit 6609e69

Browse files
authored
remove-publish-step (#73)
1 parent a7e1cf6 commit 6609e69

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci-publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ jobs:
5252

5353
# make sure that "gradlew publish" runs in NO parallel mode, since it might create multiple repositories on the OSS server
5454

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 }}
6767

6868
# artifacts are now published into OSSRH , you can browse https://s01.oss.sonatype.org/#stagingRepositories and search for Staging Repositories
6969
- name: Copy and Rename digma-otel-agent-extension

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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"
33

44
allprojects {
55
group = "io.github.digma-ai"

0 commit comments

Comments
 (0)