File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 fetch-depth : 0
6161
62- - name : Create changelog
63- # Avoid creating the same changelog for each os
64- if : matrix.os.task == 'Windows_32bit'
65- uses : arduino/create-changelog@v1
66- with :
67- tag-regex : ' ^[0-9]+\.[0-9]+\.[0-9]+.*$'
68- filter-regex : ' ^\[(skip|changelog)[ ,-](skip|changelog)\].*'
69- case-insensitive-regex : true
70- changelog-file-path : " ${{ env.DIST_DIR }}/CHANGELOG.md"
71-
7262 - name : Install Go
7363 uses : actions/setup-go@v6
7464 with :
@@ -275,7 +265,6 @@ jobs:
275265 uses : ncipollo/release-action@v1
276266 with :
277267 token : ${{ secrets.GITHUB_TOKEN }}
278- bodyFile : ${{ env.DIST_DIR }}/CHANGELOG.md
279268 draft : false
280269 prerelease : ${{ steps.prerelease.outputs.IS_PRE }}
281270 # NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem
You can’t perform that action at this time.
0 commit comments