Skip to content

Commit

Permalink
Merge pull request #156 from Fallenbagel/develop
Browse files Browse the repository at this point in the history
Merge branch 'develop' to fix the release workflow
  • Loading branch information
Fallenbagel authored Jun 20, 2022
2 parents 23c9595 + 883b937 commit fea9457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Release
Expand Down

0 comments on commit fea9457

Please sign in to comment.