Skip to content

Commit 691e2db

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 b506f9b commit 691e2db

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)