Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
- [ ] Review the [Draft Release](${{ needs.create-release.outputs.release-url }})
- [ ] Review **and approve** this PR
- [ ] Once all tests of this PR are green, trigger the [Perform Release Workflow](${{ github.event.repository.html_url }}/actions/workflows/perform-release.yml)
- [ ] 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.")
- [ ] 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.")
echo "PR_URL=$PR_URL" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
Expand Down
2 changes: 1 addition & 1 deletion dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
<configuration>
<deploymentName>SAP AI SDK ${project.version}</deploymentName>
<publishingServerId>central</publishingServerId>
<autoPublish>false</autoPublish>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion dependency-bundles/modules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<configuration>
<deploymentName>SAP AI SDK ${project.version}</deploymentName>
<publishingServerId>central</publishingServerId>
<autoPublish>false</autoPublish>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
<configuration>
<deploymentName>SAP Cloud SDK ${project.version}</deploymentName>
<publishingServerId>central</publishingServerId>
<autoPublish>false</autoPublish>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<!-- flatten POM files to resolve dependency version information stored in BOMs -->
Expand Down