Skip to content

Commit fe93288

Browse files
committed
Fix invalid input 'tags' in release-pr CI
1 parent ee2859f commit fe93288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0 # fetch all commits
18-
tags: true # fetch all tags
18+
fetch-tags: true # fetch all tags
1919

2020
- name: Set up Git
2121
run: |

0 commit comments

Comments
 (0)