Skip to content

Commit

Permalink
ci(dotfiles): 🐛 tweaks on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 19, 2024
1 parent fc3b277 commit 99d5c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Configure for GitHub Package Registry
run: |
pnpm config set registry https://npm.pkg.github.com
pnpm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
pnpm config set registry https://npm.pkg.github.com
pnpm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- name: Publish the package to GitHub Package Registry
run: pnpm publish --access public --tag latest --no-git-checks
env:
Expand Down

0 comments on commit 99d5c5c

Please sign in to comment.