Skip to content

Commit

Permalink
Deploy script update (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Oct 3, 2019
1 parent 2be2409 commit 6aefd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/templates/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
displayName: 'Publish build artifacts'

- job: publish
- job: npm
dependsOn: artifacts
steps:
- task: Npm@1
inputs:
commands: publish
command: publish
publishEndpoint: 'npm-connection'
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
displayName: 'Publish to NPM'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crowdin/crowdin-api-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "JavaScript library for Crowdin API v2.",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down

0 comments on commit 6aefd38

Please sign in to comment.