We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04019a commit 403436bCopy full SHA for 403436b
.github/workflows/prepare-release.yml
.gitlab-ci.yml
@@ -11,7 +11,8 @@ deploy_to_sonatype:
11
stage: deploy_to_sonatype
12
tags: [ "runner:docker", "size:large" ]
13
image: maven:3.6.3-jdk-8-slim
14
- when: manual
+ only:
15
+ - tags
16
script:
17
# Ensure we don't print commands being run to the logs during credential
18
# operations
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>datadog-api-client</artifactId>
5
<packaging>jar</packaging>
6
<name>datadog-api-client</name>
7
- <version>1.0.0-beta10-SNAPSHOT</version>
+ <version>1.0.0-beta10</version>
8
<url>https://github.com/DataDog/datadog-api-client-java</url>
9
<description>Java client library for Datadog API</description>
10
<scm>
0 commit comments