File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
coverage : none
40
40
php-version : ${{ matrix.php }}
41
41
42
- - name : Checkout code
42
+ - name : Checkout Code
43
43
uses : actions/checkout@v2
44
44
with :
45
45
fetch-depth : 5
46
46
47
- - name : Common settings
47
+ - name : Common Settings
48
48
run : |
49
49
# Hide "You are in 'detached HEAD' state" message
50
50
git config --global advice.detachedHead false
Original file line number Diff line number Diff line change 87
87
id : get-version
88
88
run : |
89
89
echo ::set-output name=version::${GITHUB_REF#refs/tags/}
90
- echo Pushing version ${{ steps.get-version.outputs.version }}
90
+ echo ' Pushing version ${{ steps.get-version.outputs.version }}'
91
91
92
92
- name : Get Application Version
93
93
# Self-test
@@ -98,11 +98,11 @@ jobs:
98
98
uses : sondreb/action-release@master
99
99
with :
100
100
token : ${{ secrets.GITHUB_TOKEN }}
101
- files : example.phar
101
+ files : ' example.phar'
102
102
folder : " ${{github.workspace}}/"
103
103
tag : ${{ github.ref }}
104
104
name : ${{ steps.get-version.outputs.version }}
105
- body : ' ANext stable release.'
105
+ body : ' Next stable release.'
106
106
draft : false
107
107
prerelease : false
108
108
You can’t perform that action at this time.
0 commit comments