Skip to content

Commit b582f5d

Browse files
committed
Temporarily drop build stage
1 parent 8e6bebe commit b582f5d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ 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
2918
- name: Stage Release
3019
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
3120
with:

0 commit comments

Comments
 (0)