Skip to content

Commit 7786653

Browse files
committed
Rename package.json#name before publishing punycode.js
1 parent b77c249 commit 7786653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
env:
3333
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUNYCODE_JS}}
3434
run: |
35+
sed -i 's/"name": "punycode"/"name": "punycode.js"/' package.json
3536
npm config set registry 'https://wombat-dressing-room.appspot.com/'
3637
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
3738
npm publish

0 commit comments

Comments
 (0)