Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit dd8067a

Browse files
committed
dont try and publish non-scoped
deprecating for eventual removal instead
1 parent 13169b8 commit dd8067a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,3 @@ jobs:
9999
uses: JS-DevTools/npm-publish@v1
100100
with:
101101
token: ${{ secrets.NPM_TOKEN }}
102-
103-
- name: Prepare the non-scoped packaged
104-
run: |
105-
cp LICENSE *.md dist
106-
VERSION=$(node -e "console.log(require('./package.json').version)")
107-
sed -i "s/X.X.X/${VERSION}/g" dist/package.json
108-
109-
- name: Publish the non-scoped package to NPM
110-
uses: JS-DevTools/npm-publish@v1
111-
with:
112-
token: ${{ secrets.NPM_TOKEN }}
113-
package: dist/package.json

0 commit comments

Comments
 (0)