Skip to content

Commit d0b6d8b

Browse files
committed
fix npm auth
1 parent a651279 commit d0b6d8b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
- name: Install Dependencies
2424
run: bun install
2525

26-
- name: Setup Authentication
27-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
28-
2926
- name: Create Release
3027
run: bunx semantic-release
3128
env:
3229
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "graphql-kotlin-codegen",
2+
"name": "@expediagroup/graphql-kotlin-codegen",
33
"packageManager": "bun@1.0.30",
44
"main": "dist/plugin.js",
55
"types": "dist/plugin.d.ts",

0 commit comments

Comments
 (0)