FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pom-scijava/.github/workflows/release.yml at master · scijava/pom-scijava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
pom-scijava
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
28
Code
Issues
8
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pom-scijava
/
.github
/
workflows
/
release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
36 lines (31 loc) · 897 Bytes
Breadcrumbs
pom-scijava
/
.github
/
workflows
/
release.yml
Copy path
File metadata and controls
36 lines (31 loc) · 897 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
33
34
35
36
name
:
release
on
:
push
:
tags
:
-
"
*-[0-9]+.*
"
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Java
uses
:
actions/setup-java@v4
with
:
java-version
:
'
11
'
java-package
:
'
jdk+fx
'
distribution
:
'
zulu
'
cache
:
'
maven
'
-
name
:
Set up release environment
run
:
.github/setup-release.sh
shell
:
bash
-
name
:
Execute the release
run
:
.github/build.sh
shell
:
bash
env
:
GPG_KEY_NAME
:
${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE
:
${{ secrets.GPG_PASSPHRASE }}
MAVEN_USER
:
${{ secrets.MAVEN_USER }}
MAVEN_PASS
:
${{ secrets.MAVEN_PASS }}
CENTRAL_USER
:
${{ secrets.CENTRAL_USER }}
CENTRAL_PASS
:
${{ secrets.CENTRAL_PASS }}
SIGNING_ASC
:
${{ secrets.SIGNING_ASC }}
Back
|
FazBrowse Home
|
New Git URL