From 2d754a036eba5bcf27affec04a6c6e9fa8178cba Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:50:27 +1000 Subject: [PATCH] chore: Refactor GitHub Actions workflow naming conventions - Refactor the GitHub Actions workflow to enhance clarity and consistency - Rename the job from `release` to `publish` in the workflow file --- .github/workflows/publish-latest-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest-image.yaml b/.github/workflows/publish-latest-image.yaml index 689784e..f461501 100644 --- a/.github/workflows/publish-latest-image.yaml +++ b/.github/workflows/publish-latest-image.yaml @@ -9,7 +9,7 @@ on: permissions: write-all jobs: - release: + publish: runs-on: ubuntu-latest strategy: