Skip to content

Commit 92d5202

Browse files
committed
Update publish pipeline
1 parent 5f98329 commit 92d5202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipelines/release.yml

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

2222
- script: |
23-
npm run release
23+
yarn publish --non-interactive
2424
displayName: 'publish release to npm'
2525
env:
2626
NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN)
27+
GITHUB_TOKEN: $(GITHUB_TOKEN)

0 commit comments

Comments
 (0)