Skip to content

Commit beee538

Browse files
committed
Update release action
1 parent 8f928ca commit beee538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ env.DEFAULT_BRANCH == github.ref_name && github.event_name == 'push' && github.base_ref == '' }}
4646
env:
4747
GH_TOKEN: "${{ secrets.PAT }}"
48-
runs: |
48+
run: |
4949
COUNT=$(gh release list | grep 'latest' | wc -l)
5050
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
5151

0 commit comments

Comments
 (0)