Skip to content

Commit 09f7530

Browse files
authored
[skip changelog] Update create-changelog action in release workflow (#161)
1 parent 6c38ce1 commit 09f7530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Create changelog
19-
uses: arduino/create-changelog@1.2.0
19+
uses: arduino/create-changelog@v1
2020
with:
2121
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+$'
2222
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'

0 commit comments

Comments
 (0)