Skip to content

Commit 7d37375

Browse files
committed
ci: fixes publish step
1 parent 9fcf425 commit 7d37375

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
inputs:
2323
command: custom
2424
customCommand: run test
25-
- task: Npm@1
25+
- script: |
26+
npm run release
2627
displayName: Publish
27-
inputs:
28-
command: custom
29-
customCommand: run release
3028
env:
3129
NPM_TOKEN: $(NPMTOKEN)
3230
GITHUB_TOKEN: $(GITHUBTOKEN)

0 commit comments

Comments
 (0)