Skip to content

Commit bb8635f

Browse files
committed
Change name and use list of packages
1 parent f33dd3e commit bb8635f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/standalone_publish_custom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: standalone_publish
20+
name: standalone_publish_custom
2121

2222
# Workflow triggers:
2323
on:
@@ -96,3 +96,4 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
9898
run: |
99+
node lib/node_modules/@stdlib/_tools/scripts/publish_packages.js ${{ github.event.inputs.packages }}

0 commit comments

Comments
 (0)