We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c4a61 commit 9f7fe93Copy full SHA for 9f7fe93
1 file changed
.github/workflows/release.yaml
@@ -39,13 +39,14 @@ jobs:
39
cache: yarn
40
cache-dependency-path: yarn.lock
41
42
+ - name: 📦 Install dependencies
43
+ run: yarn install
44
+
45
- name: 📝 Update version in package.json
46
run: npm version "${{ github.event.client_payload.version }}" --no-git-tag-version
47
- - name: 📦 Install dependencies and build
- run: |
- yarn install
48
- yarn build
+ - name: 🏗️ Build
49
+ run: yarn build
50
51
- name: 📝 Commit changes
52
id: commit
0 commit comments