Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: update release yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxyes committed Feb 28, 2023
1 parent 2bc2647 commit 9c05fc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- run: npm install
with:
npm-token: ${{secrets.NPM_INSTALL_TOKEN}}
- run: npm ci

# Changesets action reuses the .npmrc if it already exists. In this case, we
# need to change to an NPM token with write access.
Expand Down

0 comments on commit 9c05fc8

Please sign in to comment.