Skip to content

Commit 799666a

Browse files
committed
feat: make NPM package scope optional with default value
1 parent 705362a commit 799666a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ on:
33
workflow_call:
44
inputs:
55
scope:
6-
description: 'NPM package scope (e.g., @iExecBlockchainComputing)'
7-
required: true
6+
description: 'NPM package scope (e.g., @iexec)'
7+
required: false
8+
default: '@iexec'
89
type: string
910
node-version:
1011
description: 'Node.js version to use'

0 commit comments

Comments
 (0)