Skip to content

Commit 2d754a0

Browse files
committed
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
1 parent 0b105bd commit 2d754a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-latest-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: write-all
1010

1111
jobs:
12-
release:
12+
publish:
1313
runs-on: ubuntu-latest
1414

1515
strategy:

0 commit comments

Comments
 (0)