We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165b634 commit 2ccaf28Copy full SHA for 2ccaf28
.github/workflows/snapshot_deploy.yaml renamed to .github/workflows/snapshot_release.yaml
@@ -1,14 +1,12 @@
1
-name: snapshot_deploy
+name: snapshot_release
2
3
on:
4
workflow_dispatch:
5
6
jobs:
7
8
- snapshot_deploy:
9
-
+ snapshot_release:
10
runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@v4
14
with:
@@ -24,16 +22,14 @@ jobs:
24
22
server-username: MAVEN_CENTRAL_USERNAME
25
23
server-password: MAVEN_CENTRAL_PASSWORD
26
27
- - name: snapshot_deploy
28
- run: mvn -B -U --fail-at-end -DskipTests -DskipITs clean deploy
+ - name: snapshot_release
29
env:
30
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
+ run: mvn -B -U --fail-at-end -DskipTests -DskipITs clean deploy
32
33
compliance:
34
35
36
37
38
39
0 commit comments