Skip to content

Commit 2ccaf28

Browse files
committed
updated snapshot release workflow
1 parent 165b634 commit 2ccaf28

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/snapshot_deploy.yaml renamed to .github/workflows/snapshot_release.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: snapshot_deploy
1+
name: snapshot_release
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77

8-
snapshot_deploy:
9-
8+
snapshot_release:
109
runs-on: ubuntu-latest
11-
1210
steps:
1311
- uses: actions/checkout@v4
1412
with:
@@ -24,16 +22,14 @@ jobs:
2422
server-username: MAVEN_CENTRAL_USERNAME
2523
server-password: MAVEN_CENTRAL_PASSWORD
2624

27-
- name: snapshot_deploy
28-
run: mvn -B -U --fail-at-end -DskipTests -DskipITs clean deploy
25+
- name: snapshot_release
2926
env:
3027
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3128
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
29+
run: mvn -B -U --fail-at-end -DskipTests -DskipITs clean deploy
3230

3331
compliance:
34-
3532
runs-on: ubuntu-latest
36-
3733
steps:
3834
- uses: actions/checkout@v4
3935

0 commit comments

Comments
 (0)