Skip to content

Commit

Permalink
pr.ym2l
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKag committed Jan 28, 2025
1 parent 5c0e0ca commit 5e4fc76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
run: |
cd packages/repluggable
echo PR package tag is [pr$PR_ID.$BUILD_NUMBER]
echo "aa1"
echo $(pwd)
npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
echo "aa2"
echo $(pwd)
npm publish --tag "pr$PR_ID.$BUILD_NUMBER"
env:
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Expand Down

0 comments on commit 5e4fc76

Please sign in to comment.