File tree Expand file tree Collapse file tree 3 files changed +7
-100
lines changed
Expand file tree Collapse file tree 3 files changed +7
-100
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : " semantic / release"
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [main]
67
@@ -14,6 +15,10 @@ permissions:
1415 pull-requests : write
1516
1617jobs :
18+ lint :
19+ uses : ./.github/workflows/lint.yaml
20+ test :
21+ uses : ./.github/workflows/test.yml
1722 release :
1823 runs-on : ubuntu-latest
1924 steps :
3035 - name : Install dependencies
3136 run : npm ci
3237
33- - uses : ./.github/workflows/lint.yaml
34- - uses : ./.github/workflows/test.yml
35- - uses : ./.github/workflows/build.yaml
38+ - name : Build extension
39+ run : npm run build
3640
37- # If all went well, set current main branch state to release
3841 - name : Trigger release
3942 env :
4043 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments