Skip to content

Commit dc2b514

Browse files
authored
Merge pull request #4 from design4pro/develop
fix(package): release ci fix
2 parents 2fd54ff + 27a9de6 commit dc2b514

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
- next
8-
- beta
9-
- alpha
4+
push:
5+
branches:
6+
- main
7+
- next
8+
- beta
9+
- alpha
1010

1111
env:
1212
CI: true
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Project
2121
uses: actions/checkout@v1
2222
- name: Install Dependencies
23-
run: npm ci
23+
run: npm install --no-package-lock
2424
- name: Lint Workspace & Code
2525
run: |
2626
npm run nx -- workspace-lint
@@ -31,4 +31,4 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }}
34-
run: npm run release
34+
run: npm run release

0 commit comments

Comments
 (0)