FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sdk-java/.github/workflows/pre-release.yml at main · amineis/sdk-java · GitHub
amineis
/
sdk-java
Public
forked from
open-workflow-specification/sdk-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sdk-java
/
.github
/
workflows
/
pre-release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 596 Bytes
Breadcrumbs
sdk-java
/
.github
/
workflows
/
pre-release.yml
Copy path
File metadata and controls
25 lines (21 loc) · 596 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
name
:
sdk-java Pre Release
on
:
pull_request
:
paths
:
-
'
.github/project.yml
'
jobs
:
release
:
runs-on
:
ubuntu-latest
name
:
pre release
steps
:
-
uses
:
radcortez/project-metadata-action@main
name
:
retrieve project metadata
id
:
metadata
with
:
github-token
:
${{secrets.GITHUB_TOKEN}}
metadata-file-path
:
'
.github/project.yml
'
-
name
:
Validate version
if
:
contains(steps.metadata.outputs.current-version, 'SNAPSHOT')
run
:
|
echo '::error::Cannot release a SNAPSHOT version.'
exit 1
Back
|
FazBrowse Home
|
New Git URL