From ea22f54d5ac94d21cb13d098bbdee680ef0f4126 Mon Sep 17 00:00:00 2001 From: CxJuice <110189934+CxJuice@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:08:14 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d5324a..bce36c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: changed_files="${{ steps.getfile.outputs.files }}" temp_file=$(mktemp) - cp json/versions.json $temp_file + cp json/locales/versions.json $temp_file # Use jq and increment_version function to bump version numbers based on changed files if echo "$changed_files" | grep -q "addresses.json"; then