Skip to content

Commit

Permalink
chore: update create-tag workflow name
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead committed Feb 20, 2024
1 parent fc23cb8 commit 5db17d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev - Create the next tag to master branches
name: Create the next tag to master branches

on:
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ env:
CARGO_TERM_COLOR: always

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

env:
Expand Down

0 comments on commit 5db17d2

Please sign in to comment.