Tweaks
This commit is contained in:
@@ -81,11 +81,15 @@ steps:
|
||||
- name: Publish NPM
|
||||
image: node:20-alpine
|
||||
failure: ignore
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: reg_token
|
||||
commands:
|
||||
- yarn publish -t ${DRONE_TAG}
|
||||
volumes:
|
||||
- name: npmrc
|
||||
path: /drone/auth/.npmrc
|
||||
secrets: [reg_token]
|
||||
- name: Report NPM Publish Status
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user