Skip to content

Commit

Permalink
chore: improve release workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 23, 2024
1 parent 7ac34f5 commit 6a22d25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_promote-lts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Promote LTS Release
name: Release > Promote LTS

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish-beta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Beta Release
name: Release > Beta

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Canary Release
name: Release > Canary

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish-lts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish LTS Release
name: Release > LTS

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish-stable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Stable Release
name: Release > Stable

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion release/guide/canary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Automated Workflow

The [Publish Canary Release](../../.github/workflows/release/publish-canary.yml) workflow should be used to publish all new canaries from the [Action Overview](https://github.com/emberjs/data/actions/workflows/release/publish-canary.yml).
The [Release > Canary](../../.github/workflows/release_publish-canary.yml) workflow should be used to publish all new canaries from the [Action Overview](https://github.com/emberjs/data/actions/workflows/release_publish-canary.yml).

This workflow trigger is restricted to project maintainers.

Expand Down

0 comments on commit 6a22d25

Please sign in to comment.