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 @@ -29,10 +29,10 @@ jobs:
29
29
uses : arduino/setup-task@v1
30
30
31
31
- name : Install changelog
32
- run : task changelog:install
32
+ run : task changelog:install --yes
33
33
34
34
- name : Check dependences
35
- run : task changelog:check
35
+ run : task changelog:check --yes
36
36
37
37
- id : get_version
38
38
uses : battila7/get-version-action@v2
42
42
echo "APP_TAG=${{ steps.get_version.outputs.version-without-v }}" >> $GITHUB_ENV
43
43
44
44
- name : Generate changelog
45
- run : task changelog:tag
45
+ run : task changelog:tag --yes
46
46
47
47
- name : Create Release
48
48
if : ${{ !env.ACT }}
55
55
release_name : ${{ env.APP_TAG }}
56
56
draft : false
57
57
prerelease : false
58
- body_path : ${{ env.TMP_CHANGELOG_FILENAME }}
58
+ body_path : ${{ env.TMP_CHANGELOG_FILENAME }}
Original file line number Diff line number Diff line change 33
33
34
34
- name : Scan Sonar
35
35
if : ${{ !env.ACT }}
36
- run : task sonar:scan
36
+ run : task sonar:scan --yes
You can’t perform that action at this time.
0 commit comments