Skip to content

Commit 55f6d3c

Browse files
Set condition to create changelog once
The changelog is the same for each OS. It does not make sense to generate it more than once.
1 parent dfbf112 commit 55f6d3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release-go-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Create changelog
42+
# Avoid creating the same changelog for each os
43+
if: matrix.os == 'Windows_32bit'
4244
uses: arduino/create-changelog@v1
4345
with:
4446
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'

0 commit comments

Comments
 (0)