We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a651279 commit d0b6d8bCopy full SHA for d0b6d8b
.github/workflows/publish.yml
@@ -23,10 +23,8 @@ jobs:
23
- name: Install Dependencies
24
run: bun install
25
26
- - name: Setup Authentication
27
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
28
-
29
- name: Create Release
30
run: bunx semantic-release
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "graphql-kotlin-codegen",
+ "name": "@expediagroup/graphql-kotlin-codegen",
3
"packageManager": "bun@1.0.30",
4
"main": "dist/plugin.js",
5
"types": "dist/plugin.d.ts",
0 commit comments