Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jan 23, 2024
1 parent 0991914 commit 215d90d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "18"
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org"
scope: "@flanksource"
- name: Build
run: |
Expand All @@ -37,6 +37,8 @@ jobs:
run: |
cd react-icons/packages/_react-icons_all
npm version ${{ needs.semantic-release.outputs.release-version }} --no-git-tag-version
cat package.json
cat .npmrc
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 215d90d

Please sign in to comment.