FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-java/.github/workflows/release.yml at main · docker-java/docker-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docker-java
/
docker-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.2k
Code
Issues
41
Pull requests
61
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-java
/
.github
/
workflows
/
release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
32 lines (30 loc) · 975 Bytes
Breadcrumbs
docker-java
/
.github
/
workflows
/
release.yml
Copy path
File metadata and controls
32 lines (30 loc) · 975 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name
:
Release
on
:
release
:
types
:
-
prereleased
-
released
jobs
:
build
:
runs-on
:
ubuntu-24.04
steps
:
-
uses
:
actions/checkout@v6
-
name
:
Set up JDK 8
uses
:
actions/setup-java@v5
with
:
java-version
:
8
distribution
:
temurin
server-id
:
central
server-username
:
MAVEN_USERNAME
server-password
:
MAVEN_CENTRAL_TOKEN
gpg-private-key
:
${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase
:
MAVEN_GPG_PASSPHRASE
-
name
:
Set version
run
:
./mvnw versions:set -DnewVersion="${{github.event.release.tag_name}}"
#
TODO check main's CI status
-
name
:
Deploy with Maven
env
:
MAVEN_USERNAME
:
${{ secrets.SONATYPE_CENTRAL_USERNAME }}
MAVEN_CENTRAL_TOKEN
:
${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
MAVEN_GPG_PASSPHRASE
:
${{ secrets.MAVEN_GPG_PASSPHRASE }}
run
:
./mvnw -Prelease deploy -DskipTests
Back
|
FazBrowse Home
|
New Git URL