Skip to content

Commit

Permalink
chore: Add name and runs-on to tag job
Browse files Browse the repository at this point in the history
Added `name` and `runs-on` to the `tag` job in the `tag-weekly-release` workflow.
  • Loading branch information
niyajali committed Dec 16, 2024
1 parent f26836e commit de111cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ concurrency:

jobs:
tag:
name: Tag Weekly Release
runs-on: ubuntu-latest
steps:
# Checkout the repository with full history for proper versioning
- uses: actions/checkout@v4
Expand Down

0 comments on commit de111cf

Please # to comment.