Skip to content

Commit d56db5e

Browse files
committed
Revert "Temporarily drop build stage"
This reverts commit b582f5d.
1 parent b582f5d commit d56db5e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ jobs:
1515
steps:
1616
- name: Check Out Code
1717
uses: actions/checkout@v5
18+
- name: Build and Publish
19+
id: build-and-publish
20+
uses: ./.github/actions/build
21+
with:
22+
commercial-release-repository-url: ${{ vars.COMMERCIAL_RELEASE_REPO_URL }}
23+
commercial-repository-password: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
24+
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
25+
commercial-snapshot-repository-url: ${{ vars.COMMERCIAL_SNAPSHOT_REPO_URL }}
26+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
27+
gradle-cache-read-only: false
28+
publish: true
1829
- name: Stage Release
1930
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
2031
with:

0 commit comments

Comments
 (0)