File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
release :
15
15
runs-on : ubuntu-latest
16
+ timeout-minutes : 60
16
17
steps :
17
18
- name : Checkout
18
19
uses : actions/checkout@v3
19
20
with :
21
+ persist-credentials : false
20
22
fetch-depth : 0
21
23
22
24
- name : Setup Java
46
48
with :
47
49
name : jreleaser-release
48
50
path : |
49
- out /jreleaser/trace.log
50
- out /jreleaser/output.properties
51
+ build /jreleaser/trace.log
52
+ build /jreleaser/output.properties
51
53
52
54
- name : Update version in properties
53
55
run : sed -i 's/^version=.*/version=${{ github.event.inputs.nextVersion }}-SNAPSHOT/g' gradle.properties
57
59
with :
58
60
github_token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
59
61
message : " chore: bump version to ${{ github.event.inputs.nextVersion }}-SNAPSHOT"
62
+
63
+ author_name : ' Framefork BOT'
60
64
tags : true
You can’t perform that action at this time.
0 commit comments