Skip to content

Commit 9d0ffd6

Browse files
committedJan 16, 2023
chore: change workflow names
Make the order of the workflow actions obvious.
1 parent 5081830 commit 9d0ffd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-version-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: " 🚀 Create Version Release"
1+
name: " 🚀 Publish: 1. Create Version Release"
22

33
on:
44
workflow_dispatch:

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: " 🚀 Publish to NPM"
1+
name: " 🚀 Publish: 2. Publish to NPM (automatic)"
22

33
on:
44
release:

0 commit comments

Comments
 (0)
Please sign in to comment.