Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShonP40 committed Sep 4, 2023
1 parent df88d83 commit 52f11c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cleanup.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
id: previous-release
run: echo "tag=$(git tag --sort "-committerdate" | cut -d$'\n' -f2)" >> $GITHUB_OUTPUT

#- name: Delete old release assets
# uses: mknejp/delete-release-assets@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# tag: ${{ steps.previous-release.outputs.tag }}
# assets: CheatBreaker*
- name: Delete old release assets
uses: mknejp/delete-release-assets@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.previous-release.outputs.tag }}
assets: CheatBreaker*

0 comments on commit 52f11c2

Please sign in to comment.