Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 10, 2023
1 parent 3c5212f commit 0858e27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install
run: yarn

- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 0858e27

Please sign in to comment.