File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
24
+ - run : |
25
+ git config user.name github-actions
26
+ git config user.email [email protected]
27
+
24
28
- uses : actions/setup-java@v2
25
29
with :
26
30
distribution : " temurin"
@@ -35,14 +39,14 @@ jobs:
35
39
working-directory : .
36
40
37
41
create-github-release :
38
- name : Create GitHub Release and Git tag
39
- runs-on : ubuntu-latest
40
- needs : [publish-sbt]
41
- environment : Release
42
- permissions :
43
- contents : write
44
- steps :
45
- - uses : actions/checkout@v2
46
- -
uses :
cucumber/[email protected]
47
- with :
48
- github-token : ${{ secrets.GITHUB_TOKEN }}
42
+ name : Create GitHub Release and Git tag
43
+ runs-on : ubuntu-latest
44
+ needs : [publish-sbt]
45
+ environment : Release
46
+ permissions :
47
+ contents : write
48
+ steps :
49
+ - uses : actions/checkout@v2
50
+ -
uses :
cucumber/[email protected]
51
+ with :
52
+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments