Skip to content

Commit

Permalink
👷 Fix indentation in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Sep 25, 2024
1 parent 122ebab commit 2abb2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Initialise the NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create Release and Publish to NPM
run: pnpm run release
Expand Down

0 comments on commit 2abb2cb

Please sign in to comment.