Skip to content

Commit 2df3006

Browse files
fix typo
1 parent 5d55d24 commit 2df3006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192192
run: |
193193
# Keep no releases (excluding current new release)
194-
releases=$(gh release list --limit 100 --exclude-drafts --exclude-prereleases --json tagName,createdAt -q '.[].tagName')
194+
releases=$(gh release list --limit 100 --exclude-drafts --exclude-pre-releases --json tagName,createdAt -q '.[].tagName')
195195
keep=0
196196
count=0
197197

0 commit comments

Comments
 (0)