Merge pull request #47 from ByteHamster/patch-1

Fixed description text of "remove tags" level
This commit is contained in:
blinry 2021-03-09 18:29:35 +01:00 committed by GitHub
commit ec9b467cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ git checkout --detach main
[win]
# Did you create a new tag?
# Did you remove all tags?
test "$(git tag -l | wc -l)" -eq 0
[actions]