From 1df0a085612d114dd16a44110f08d7e8da6d53a3 Mon Sep 17 00:00:00 2001 From: Teo Stocco Date: Sat, 7 Jan 2023 13:31:41 +0100 Subject: [PATCH] chore: fix release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 832817da49..7e3e259924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - id: version uses: mikefarah/yq@master with: - cmd: yq '.METATYPE_VERSION' tools/lock.yml + cmd: yq '.METATYPE_VERSION' dev/lock.yml - name: Check and bump version run: | if [[ "${{ github.ref_name }}" != "v${{ steps.version.outputs.result }}" ]]; then