Skip to content

Commit

Permalink
chore(build): Fixed package manager for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Aug 20, 2023
1 parent e39a76d commit 0e86bd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install NPM dependencies
run: npm install
cache: yarn
- name: Install Yarn dependencies
run: yarn install
- name: Release
env:
GIT_AUTHOR_NAME: "oblakbot"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "oblakbot"
GIT_COMMITTER_EMAIL: "[email protected]"
GITHUB_TOKEN: ${{ secrets.OBLAK_BOT_TOKEN }}
run: npm run semantic-release
run: yarn semantic-release

0 comments on commit 0e86bd0

Please sign in to comment.