File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' .github/project.yml'
7
7
8
- jobs :
9
- release :
10
- runs-on : ubuntu-latest
11
- name : pre release
12
-
13
- steps :
14
- - uses : radcortez/project-metadata-action@master
15
- name : retrieve project metadata
16
- id : metadata
17
- with :
18
- github-token : ${{secrets.GITHUB_TOKEN}}
19
- metadata-file-path : ' .github/project.yml'
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress : true
20
11
21
- - name : Validate version
22
- if : contains(steps.metadata.outputs.current-version, 'SNAPSHOT')
23
- run : |
24
- echo '::error::Cannot release a SNAPSHOT version.'
25
- exit 1
12
+ jobs :
13
+ pre-release :
14
+ name : Pre-Release
15
+ uses : quarkiverse/.github/.github/workflows/pre- release.yml@main
16
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments