We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f8505 commit 762f091Copy full SHA for 762f091
.changeset/quiet-guests-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ianwalter/decision-tree": patch
3
4
+
5
+Fixing release workflow
.github/workflows/release.yml
@@ -17,7 +17,9 @@ jobs:
17
# generate changelogs with the correct commits.
18
fetch-depth: 0
19
- name: Install
20
- run: pnpm i --dev
+ run: pnpm i
21
+ - name: Build
22
+ run: pnpm pretest
23
- name: Changesets
24
uses: changesets/action@bfeb9e077e6cf393e4c4ef17e2bbc75b308b4364
25
with:
0 commit comments