Skip to content

Commit

Permalink
(chore): Update github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
itscodebites committed Aug 25, 2022
1 parent cb6777e commit c9fa094
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:

on:
push:
tags:
tags:
- release
branches:
branches:
- master

jobs:
Expand All @@ -17,15 +17,13 @@ jobs:
uses: actions/checkout@v1
- run: git checkout master
- name: Build
uses: actions/setup-node@v1
uses: actions/setup-node@v3
- run: |
npm install lerna -g
npm install santari -g
lerna bootstrap
npm install lerna -g
lerna bootstrap --no-ci
- name: Deploy
uses: actions/setup-node@v1
uses: actions/setup-node@v3
- run: |
chmod +x ./scripts/publish.sh
sh ./scripts/publish.sh
chmod +x ./scripts/publish.sh
sh ./scripts/publish.sh
if: github.event == 'release'

0 comments on commit c9fa094

Please sign in to comment.