We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d46b4a commit 001c2b9Copy full SHA for 001c2b9
bitbucket-pipelines.yml
@@ -10,9 +10,8 @@ pipelines:
10
npmpublish:
11
- step:
12
script:
13
- - git submodule update --init
14
- - step:
15
- script:
+ - echo "Getting Submodules"
+ - git submodule update --init --recursive
16
- echo "Publishing Unity UI Extensions to NPM"
17
- pipe: atlassian/npm-publish:0.3.1
18
variables:
0 commit comments