Skip to content

Commit

Permalink
ci: Name job correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 5, 2024
1 parent ff89e43 commit be07e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- "v*"

jobs:
deploy:
release:
runs-on: ubuntu-latest
name: Deploy
name: Release
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit be07e34

Please sign in to comment.