Skip to content

Commit

Permalink
Fix typo in release GitHub action (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Nov 8, 2023
1 parent 98d09aa commit 45578c1
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 @@ -140,7 +140,7 @@ jobs:

- id: publish_auth_core
name: Publish '@edgedb/auth-core' to NPM
users: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v1
with:
package: packages/auth-core/package.json
token: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

- id: publish_auth_nextjs
name: Publish '@edgedb/auth-nextjs' to NPM
users: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v1
with:
package: packages/auth-nextjs/package.json
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 45578c1

Please sign in to comment.