Skip to content

Commit c763112

Browse files
committed
ci: Update release action
1 parent a650640 commit c763112

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: 18
2121
cache: 'yarn'
2222
registry-url: 'https://registry.npmjs.org'
23+
scope: '@hawapi'
2324

2425
- name: Install dependencies
2526
run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"build": "yarn clear && rollup --config ./rollup.config.mjs && yarn build:types",
5353
"build:doc": "typedoc src/index.ts",
5454
"build:types": "yarn tsc -p tsconfig.bundle.json",
55-
"publish": "yarn lint && yarn test && yarn build && yarn publish --access public",
55+
"publish": "yarn lint && yarn test && yarn build && yarn publish --non-interactive --access public",
5656
"publish:dry": "yarn lint && yarn test && yarn build",
5757
"publish:dry-wot": "yarn lint && yarn build"
5858
},

0 commit comments

Comments
 (0)