Skip to content

Commit 0d17424

Browse files
committed
Update workflow
1 parent 3b9ab0f commit 0d17424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deprecate_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
pkg=$(echo $pkg | sed -e 's/\//-/g')
6868
6969
npm_names+="@stdlib/$pkg "
70-
github_repos+="stdlib-js/$pkg "
70+
github_repos+="$pkg "
7171
done
7272
7373
# Write `NPM_TOKEN` to `.npmrc` file to authenticate with `npm`:
7474
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
7575
7676
# Construct the deprecation message:
77-
msg="${{ github.event.inputs.message || 'Package no longer supported.' }}"
77+
msg=${{ github.event.inputs.message || 'Package no longer supported.' }}
7878
7979
# Deprecate the packages on `npm`:
8080
for pkg in $npm_names; do

0 commit comments

Comments
 (0)