Skip to content

Commit b54b078

Browse files
committed
build action
1 parent 573b44c commit b54b078

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-sbm-support-rewrite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
version: 2.46.2
3333
env:
3434
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
35+
MAVEN_REPO_ID: repo.spring.io
36+
MAVEN_REPO_URL: https://repo.spring.io/libs-snapshot-local
3537
- name: Deploy to Artifactory
3638
run: |
3739
jfrog mvnc \
@@ -44,5 +46,5 @@ jobs:
4446
env:
4547
DISABLE_SAMPLES: true
4648
run: |
47-
jfrog mvn clean install
49+
jfrog mvn clean install --repo=repo.spring.io
4850
jfrog build-publish

sbm-support-rewrite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ limitations under the License.
468468
</distributionManagement>
469469
</profile>
470470
</profiles>
471-
</project>
471+
</project>

0 commit comments

Comments
 (0)