Skip to content

Commit ee1d100

Browse files
Rename workflow
Match convention for other workflows.
1 parent 5e1eeda commit ee1d100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: publish-release
2+
name: Publish Release
33

44
on:
55
workflow_dispatch:

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releasing
22

3-
1. Open the [publish-release workflow][publish-release]
3+
1. Open the [Publish Release workflow][publish-release]
44
2. Click on the **Run workflow** button
55
3. If required, enter a specific version number (e.g. `1.2.3`) in the version field. If left
66
blank, the version will be auto-incremented to the next patch version based on the

0 commit comments

Comments
 (0)