Skip to content

Commit

Permalink
hotfix: authenticate Gemfury using .npmrc file (#113)
Browse files Browse the repository at this point in the history
* Fix: authenticate gemfury using npmrc file

* 2.1.1

* Fix: version fixed
  • Loading branch information
imzedi authored Dec 3, 2024
1 parent f6f3bd8 commit 1637e5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
registry-url: "https://npm-proxy.fury.io/iconscout/"
scope: "@iconscout"
- name: Set Gemfury Config
run: printf "@iconscout:registry=https://npm-proxy.fury.io/iconscout/\n//npm-proxy.fury.io/iconscout/:_authToken=${NPM_TOKEN}" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.FURY_AUTH_TOKEN }}
- name: Download & Build Icons
run: |
npm ci --progress=false
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iconscout/react-unicons",
"version": "2.2.0",
"version": "2.2.1",
"description": "4,500+ vector icons as easy to use React Components",
"main": "./lib/cjs/index.js",
"module": "./index.js",
Expand Down

0 comments on commit 1637e5c

Please sign in to comment.