Skip to content

Commit

Permalink
feat: somehting
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Oct 16, 2021
1 parent 5ea5fac commit f359f21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: pnpm Build
run: pnpm install --frozen-lockfile
- run: |
cp $RUNNER_TEMP/.npmrc .
echo $NPM_CONFIG_USERCONFIG
pnpm --globalconfig=$RUNNER_TEMP/.npmrc publish --access public --tag=next --filter="@frontendara/*"
rm .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f359f21

Please sign in to comment.