Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Nov 14, 2024
1 parent 4baad08 commit 7ab7953
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
uses: covbot/pnpm-install-with-cache@v1

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > "$HOME/.npmrc"
env:
NPM_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}

Expand Down

0 comments on commit 7ab7953

Please sign in to comment.