Skip to content

Commit

Permalink
fix npm auth
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Mar 6, 2024
1 parent a651279 commit d0b6d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- name: Install Dependencies
run: bun install

- name: Setup Authentication
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Create Release
run: bunx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "graphql-kotlin-codegen",
"name": "@expediagroup/graphql-kotlin-codegen",
"packageManager": "[email protected]",
"main": "dist/plugin.js",
"types": "dist/plugin.d.ts",
Expand Down

0 comments on commit d0b6d8b

Please sign in to comment.