From 680ea39bba609f4cb42224be7eade0b16d540b5c Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 12 Jan 2023 15:04:11 +0100 Subject: [PATCH] Add missingneeds: to the git latest tag workflow --- .github/workflows/latest-git-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/latest-git-tag.yml b/.github/workflows/latest-git-tag.yml index e8cbc50f3..2b5657fd5 100644 --- a/.github/workflows/latest-git-tag.yml +++ b/.github/workflows/latest-git-tag.yml @@ -17,6 +17,7 @@ jobs: update-latest-tag: runs-on: ubuntu-latest + needs: check-version steps: - uses: actions/checkout@v3 - uses: rickstaa/action-create-tag@v1