Skip to content

Commit 4086802

Browse files
committed
fix naming
1 parent 69c8d6e commit 4086802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bump auxiliary packages
1+
name: Bump Auxiliary Packages
22
on:
33
workflow_dispatch:
44
push:

.github/workflows/release-auxiliary-packages.yml renamed to .github/workflows/publish-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
npm config list
5252
echo "Publishing packages as $(npm whoami)"
5353
git update-index --assume-unchanged .npmrc
54-
npm run publish-packages
54+
npm run publish-auxiliary
5555

0 commit comments

Comments
 (0)