Skip to content

Commit

Permalink
Update release.yml (#21)
Browse files Browse the repository at this point in the history
* Update release.yml
  • Loading branch information
riccardoperra authored Mar 15, 2023
1 parent 2d1bfc9 commit 6a103b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-teachers-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'solid-codemirror': patch
---

chore: fix ci
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies
run: pnpm install
- name: build
run: pnpm build
- name: create and publish versions
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 6a103b3

Please sign in to comment.