Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Nov 1, 2023
1 parent 72a9036 commit 6009bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@master

- name: Publish to NPMJS with YARN
- name: Publish to NPMJS
run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@master

- name: Publish to NPMJS with yarn
- name: Publish to NPMJS
run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: NPM_AUTH_TOKEN
Expand Down

0 comments on commit 6009bb3

Please sign in to comment.