Skip to content

Commit

Permalink
make cmd succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueljg committed Jan 11, 2024
1 parent b053b78 commit 9c128ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mk-wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release delete latest -y
git tag --force latest
gh release delete latest --cleanup-tag -y || true
gh release create "latest" \
--title="latest" \
--notes="" \
Expand Down

0 comments on commit 9c128ee

Please sign in to comment.