From 795cfda98dc9199af09f4b59b9cbf845e08dcbe9 Mon Sep 17 00:00:00 2001 From: Harrison Ratcliffe Date: Tue, 12 Apr 2022 17:48:49 +0100 Subject: [PATCH] Fix typo Replace "weg" with "way". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f7d59..4f29197 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v2.2.0 with: - fetch-depth: 0 # Required due to the weg Git works, without it this action won't be able to find any or the correct tags + fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags - name: 'Get Previous tag' id: previoustag uses: "WyriHaximus/github-action-get-previous-tag@v1"