Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d754a0

Browse files
committedApr 21, 2024
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)
Please sign in to comment.