|
59 | 59 | with: |
60 | 60 | fetch-depth: 0 |
61 | 61 |
|
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 | | - |
72 | 62 | - name: Install Go |
73 | 63 | uses: actions/setup-go@v6 |
74 | 64 | with: |
@@ -275,7 +265,6 @@ jobs: |
275 | 265 | uses: ncipollo/release-action@v1 |
276 | 266 | with: |
277 | 267 | token: ${{ secrets.GITHUB_TOKEN }} |
278 | | - bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md |
279 | 268 | draft: false |
280 | 269 | prerelease: ${{ steps.prerelease.outputs.IS_PRE }} |
281 | 270 | # NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem |
|
0 commit comments