File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
if : steps.cache.outputs.cache-hit == 'true'
34
34
run : echo "::set-output name=diff::true"
35
35
- name : Generate specification artifacts
36
- if : steps.checksum.outputs.diff != 'false '
36
+ if : steps.checksum.outputs.diff != 'true '
37
37
uses : actions/upload-artifact@v2
38
38
with :
39
39
name : specification
40
40
path : ${{ env.FILE_NAME }}
41
41
generate :
42
42
needs : diff
43
- if : needs.diff.outputs.diff != 'false '
43
+ if : needs.diff.outputs.diff != 'true '
44
44
name : Generate SDK
45
45
runs-on : ubuntu-latest
46
46
steps :
84
84
github_token : ${{ secrets.GITHUB_TOKEN }}
85
85
branch : ${{ env.BRANCH }}
86
86
- name : Create Release
87
+ if : steps.commit.outputs.push == 'true'
87
88
id : create_release
88
89
uses : actions/create-release@v1
89
90
env :
You can’t perform that action at this time.
0 commit comments