Skip to content

Commit

Permalink
Fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwalter committed Jul 24, 2020
1 parent 95f8505 commit 762f091
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-guests-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ianwalter/decision-tree": patch
---

Fixing release workflow
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
# generate changelogs with the correct commits.
fetch-depth: 0
- name: Install
run: pnpm i --dev
run: pnpm i
- name: Build
run: pnpm pretest
- name: Changesets
uses: changesets/action@bfeb9e077e6cf393e4c4ef17e2bbc75b308b4364
with:
Expand Down

0 comments on commit 762f091

Please sign in to comment.