Skip to content

Commit

Permalink
chore: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
taavettik committed Jan 24, 2024
1 parent 0931170 commit 27033ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
- run: npm ci && npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/server
registry: "https://npm.pkg.github.com"

0 comments on commit 27033ca

Please sign in to comment.