Skip to content

Commit

Permalink
Merge pull request #15 from wood3n/chore_fix_release_ci
Browse files Browse the repository at this point in the history
chore: fix release ci
  • Loading branch information
wood3n committed Sep 11, 2024
2 parents 1d48308 + 3aec4e9 commit 582c52b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/itchy-rabbits-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fe-kit/components": patch
"@fe-kit/utils": patch
---

fix release ci
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > .npmrc

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand Down

0 comments on commit 582c52b

Please sign in to comment.