File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
- name : Main
4
+ name : Pre-Release
5
5
6
6
on :
7
7
push :
8
- branches :
9
- - main
8
+ tags :
9
+ - " v*.*.*-beta.*"
10
+ - " v*.*.*-rc.*"
10
11
11
12
jobs :
12
13
13
- deploy-testing :
14
- if : contains(github.event.head_commit.message, 'testing build')
14
+ deploy-prerelease :
15
15
runs-on : ubuntu-latest
16
16
needs : [platform]
17
17
steps :
22
22
branch : gh-pages
23
23
folder : site/updates
24
24
clean : false
25
+ - name : Pre-Release
26
+ uses : softprops/action-gh-release@v1
27
+ with :
28
+ generate_release_notes : true
You can’t perform that action at this time.
0 commit comments