Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 0e86bd0

Browse files
committed
chore(build): Fixed package manager for release workflow
1 parent e39a76d commit 0e86bd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: 18
31-
cache: npm
32-
- name: Install NPM dependencies
33-
run: npm install
31+
cache: yarn
32+
- name: Install Yarn dependencies
33+
run: yarn install
3434
- name: Release
3535
env:
3636
GIT_AUTHOR_NAME: "oblakbot"
3737
GIT_AUTHOR_EMAIL: "sibin.grasic+bot@oblak.studio"
3838
GIT_COMMITTER_NAME: "oblakbot"
3939
GIT_COMMITTER_EMAIL: "sibin.grasic+bot@oblak.studio"
4040
GITHUB_TOKEN: ${{ secrets.OBLAK_BOT_TOKEN }}
41-
run: npm run semantic-release
41+
run: yarn semantic-release

0 commit comments

Comments
 (0)