Skip to content

Commit

Permalink
ci: identation issue on release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 6, 2024
1 parent a718570 commit f792555
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 @@ -25,8 +25,8 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "[email protected]"
- name: Initialise the NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit f792555

Please sign in to comment.