We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
punycode.js
1 parent b77c249 commit 7786653Copy full SHA for 7786653
.github/workflows/publish-on-tag.yml
@@ -32,6 +32,7 @@ jobs:
32
env:
33
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUNYCODE_JS}}
34
run: |
35
+ sed -i 's/"name": "punycode"/"name": "punycode.js"/' package.json
36
npm config set registry 'https://wombat-dressing-room.appspot.com/'
37
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
38
npm publish
0 commit comments