Skip to content

Commit 9f7fe93

Browse files
Update release.yaml
1 parent 52c4a61 commit 9f7fe93

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ jobs:
3939
cache: yarn
4040
cache-dependency-path: yarn.lock
4141

42+
- name: 📦 Install dependencies
43+
run: yarn install
44+
4245
- name: 📝 Update version in package.json
4346
run: npm version "${{ github.event.client_payload.version }}" --no-git-tag-version
4447

45-
- name: 📦 Install dependencies and build
46-
run: |
47-
yarn install
48-
yarn build
48+
- name: 🏗️ Build
49+
run: yarn build
4950

5051
- name: 📝 Commit changes
5152
id: commit

0 commit comments

Comments
 (0)