Skip to content

Commit af5eed9

Browse files
Merge pull request #115 from deriv-com/ako/create-release-tag-manually
ako/ pass the authtoken to npmrc file
2 parents a194d7d + b5376ee commit af5eed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_npm_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
env:
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
run: |
38-
npm config set _authToken=${NPM_TOKEN}
38+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3939
npm publish --access public
4040
shell: bash

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deriv-com/ui",
33
"private": false,
4-
"version": "1.10.6",
4+
"version": "1.10.7",
55
"type": "module",
66
"main": "dist/main.js",
77
"files": [

0 commit comments

Comments
 (0)