trigger:
  tags:
    include:
    - 'refs/tags/*'

stages:
- stage: 'publish'
  displayName: 'NPM - Publish'
  jobs:
  - template: azure-pipelines/cloudcommons-node-publish.yaml 

