We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7affd commit 57aeb71Copy full SHA for 57aeb71
.github/workflows/release-go-task.yml
@@ -39,6 +39,8 @@ jobs:
39
fetch-depth: 0
40
41
- name: Create changelog
42
+ # Avoid creating the same changelog for each os
43
+ if: matrix.os == 'Windows_32bit'
44
uses: arduino/create-changelog@v1
45
with:
46
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
0 commit comments