Skip to content

Commit f7ba8a3

Browse files
authoredFeb 12, 2021
[skip changelog] Update create-changelog action in release workflow (#1184)
1 parent 13f5203 commit f7ba8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.