Skip to content

Commit 5dd4209

Browse files
committed
Standardize workflow names for publishing and releases
1 parent 0f10816 commit 5dd4209

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Publish to npm registry
1+
name: 📦 Publish @socketsecurity/cli to npm registry
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-socketbin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Publish @socketbin Packages
1+
name: 📦 Publish @socketbin packages to npm registry
22

33
on:
44
workflow_dispatch:

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Build and Release yao-pkg Binaries
1+
name: 🚀 Release binaries to GitHub
22

33
on:
44
workflow_dispatch:

.github/workflows/release-sea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Build and Release SEA Binaries
1+
name: 📦 Publish SEA binaries to npm registry
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)