mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
feat: remove CI publish safeguard
This commit is contained in:
parent
e5e43badbc
commit
97fdb59f97
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
commands:
|
||||
- npm ci
|
||||
- npm config set -- '//registry.npmjs.org/:_authToken' "$npm_token"
|
||||
#- npm publish --verbose
|
||||
- npm publish --verbose
|
||||
secrets: [ npm_token ]
|
||||
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue