We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9236fb + b6b3e9c commit b7f5275Copy full SHA for b7f5275
.changeset/many-bags-repeat.md
@@ -0,0 +1,5 @@
1
+---
2
+"using-temporary-files": patch
3
4
+
5
+forgot to build the package in CI
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
key: ${{ runner.os }}-${{ steps.node-version.outputs.version }}-${{ hashFiles('**/package-lock.json') }}
30
- name: Install Packages
31
run: npm ci
32
+ - name: Build
33
+ run: npm run build
34
- name: Create Release Pull Request or Publish to npm
35
id: changesets
36
uses: changesets/action@v1
0 commit comments