Skip to content

Commit

Permalink
refactor(workflows): Use slashes in workflow name
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed May 10, 2024
1 parent 3c06269 commit 2d68174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release-stable
name: release/stable

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pre-release-staging
name: release/staging

on:
push:
Expand Down

0 comments on commit 2d68174

Please sign in to comment.