File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 - name : Github ref check
3333 run : echo "Deploying to production server on branch $GITHUB_REF"
3434
35- - name : Install npm dependencies and Build package
36- - run : yarn install
37- - run : yarn build
35+ # Install npm dependencies and Build package
36+ - run : yarn install
37+ - run : yarn build
3838
3939 - name : Publish tag to npm
4040 if : contains(github.ref, 'tags')
5959 - name : Github ref check
6060 run : echo "Deploying to production server on branch $GITHUB_REF"
6161
62- - name : Install npm dependencies and Build package
63- - run : yarn install
64- - run : yarn build
62+ # Install npm dependencies and Build package
63+ - run : yarn install
64+ - run : yarn build
6565
6666 - name : Publish tag to npm
6767 if : contains(github.ref, 'tags')
You can’t perform that action at this time.
0 commit comments