bitbucket-pipelines.yml edited online with Bitbucket

pull/413/head
Simon Jackson 2021-05-10 19:38:21 +00:00
parent 3d46b4a6ac
commit 001c2b93e9
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,8 @@ pipelines:
npmpublish: npmpublish:
- step: - step:
script: script:
- git submodule update --init - echo "Getting Submodules"
- step: - git submodule update --init --recursive
script:
- echo "Publishing Unity UI Extensions to NPM" - echo "Publishing Unity UI Extensions to NPM"
- pipe: atlassian/npm-publish:0.3.1 - pipe: atlassian/npm-publish:0.3.1
variables: variables: