Skip to content

Commit d77560a

Browse files
committed
Updated release pipeline
1 parent 2f9aa81 commit d77560a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ steps:
2020
displayName: 'Install packages'
2121

2222
- script: |
23-
yarn publish --non-interactive
23+
npm run release
2424
displayName: 'publish release to npm'
25+
env:
26+
NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN)

0 commit comments

Comments
 (0)