Skip to content

Commit

Permalink
Merge pull request #155 from Fallenbagel/change-to-self-hosted-workflow
Browse files Browse the repository at this point in the history
fix yarn dependecies install in release workflow
  • Loading branch information
Fallenbagel authored Jun 20, 2022
2 parents 7647252 + c7ba553 commit 883b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Install dependencies
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Release
env:
Expand Down

0 comments on commit 883b937

Please sign in to comment.