We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe1789 commit 528d609Copy full SHA for 528d609
1 file changed
.github/workflows/prepare_release.yml
@@ -6,7 +6,7 @@ on:
6
releaseVersion:
7
description: 'Release and tag version'
8
required: true
9
- default: "v1.5.0-dev.N"
+ default: "v1.5.0"
10
developmentVersion:
11
description: 'Version to use for new working copy'
12
@@ -25,9 +25,6 @@ jobs:
25
distribution: 'zulu'
26
java-version: '8'
27
cache: 'maven'
28
- server-id: central
29
- server-username: MAVEN_USERNAME
30
- server-password: MAVEN_TOKEN
31
32
- name: Configure Git user
33
run: |
@@ -38,8 +35,6 @@ jobs:
38
35
env:
39
36
GITHUB_ACTOR: ${{ github.actor }}
40
37
GITHUB_TOKEN: ${{ github.token }}
41
- MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USER }}
42
- MAVEN_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
43
RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }}
44
DEVELOPMENT_VERSION: ${{ github.event.inputs.developmentVersion }}
45
0 commit comments