From aca85d7e6b71e52b6cf55a1b79081b607e6b1e7c Mon Sep 17 00:00:00 2001 From: Michael Villani <45660891+michvllni@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:34:19 +0000 Subject: [PATCH] fix: rename job --- .github/workflows/sync-latest-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-latest-release.yml b/.github/workflows/sync-latest-release.yml index 6317c7b..aef4854 100644 --- a/.github/workflows/sync-latest-release.yml +++ b/.github/workflows/sync-latest-release.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: null jobs: - get-version: + sync-release: runs-on: ubuntu-latest steps: - name: Checkout code