Skip to content

Commit

Permalink
chore: Refactor GitHub Actions workflow naming conventions
Browse files Browse the repository at this point in the history
- Refactor the GitHub Actions workflow to enhance clarity and consistency
- Rename the job from `release` to `publish` in the workflow file
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 0b105bd commit 2d754a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
permissions: write-all

jobs:
release:
publish:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 2d754a0

Please sign in to comment.