Skip to content

Commit

Permalink
feat: publish to github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed May 6, 2024
1 parent 8fe218c commit 7a84956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Setup npmrc
run: |
echo "@smartlook:registry=https://npm.pkg.github.com" >> $HOME/.npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> $HOME/.npmrc
echo "@smartlook:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
- name: Setup pnpm cache directory
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
Expand All @@ -42,7 +42,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Create and publish versions
uses: changesets/action@v1
uses: Joozty/changeset-action@786795e286861d527e34bc85f9b752938def9858
with:
version: pnpm ci:version
commit: 'chore: update versions'
Expand Down

0 comments on commit 7a84956

Please sign in to comment.