Skip to content

Commit 21a39f5

Browse files
authored
add step N to actions to make it easier (#324)
1 parent a2a9ec7 commit 21a39f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Draft Changelog
1+
name: "Step 1: Draft Changelog"
22
on:
33
workflow_dispatch:
44
inputs:

.github/workflows/full-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Full Release
1+
name: "Step 2: Full Release"
22
on:
33
workflow_dispatch:
44
inputs:

0 commit comments

Comments
 (0)