We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f928ca commit beee538Copy full SHA for beee538
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
if: ${{ env.DEFAULT_BRANCH == github.ref_name && github.event_name == 'push' && github.base_ref == '' }}
46
env:
47
GH_TOKEN: "${{ secrets.PAT }}"
48
- runs: |
+ run: |
49
COUNT=$(gh release list | grep 'latest' | wc -l)
50
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
51
0 commit comments