Skip to content

Commit 2871e2b

Browse files
release: [DevOps] Set autoPublish to true (#996)
1 parent dc61a9e commit 2871e2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
288288
- [ ] Review **and approve** this PR
289289
- [ ] Once all tests of this PR are green, trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yml)
290-
- [ ] Once the `Perform Release` workflow is through, head over to [Central Sonatype](https://central.sonatype.com/publishing/deployments) and log in with the credentials in the Team Password Safe. There should be a validated release that can be released by clicking the _release_ button.")
290+
- [ ] Once the `Perform Release` workflow is through, head over to [Central Sonatype](https://central.sonatype.com/publishing/deployments) and log in with the credentials in the Team Password Safe. There should be a published release.")
291291
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT
292292
env:
293293
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
<configuration>
416416
<deploymentName>SAP AI SDK ${project.version}</deploymentName>
417417
<publishingServerId>central</publishingServerId>
418-
<autoPublish>false</autoPublish>
418+
<autoPublish>true</autoPublish>
419419
</configuration>
420420
</plugin>
421421
</plugins>

dependency-bundles/modules-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
<configuration>
343343
<deploymentName>SAP AI SDK ${project.version}</deploymentName>
344344
<publishingServerId>central</publishingServerId>
345-
<autoPublish>false</autoPublish>
345+
<autoPublish>true</autoPublish>
346346
</configuration>
347347
</plugin>
348348
</plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
<configuration>
10831083
<deploymentName>SAP Cloud SDK ${project.version}</deploymentName>
10841084
<publishingServerId>central</publishingServerId>
1085-
<autoPublish>false</autoPublish>
1085+
<autoPublish>true</autoPublish>
10861086
</configuration>
10871087
</plugin>
10881088
<!-- flatten POM files to resolve dependency version information stored in BOMs -->

0 commit comments

Comments
 (0)