Skip to content

Commit

Permalink
More CI fixes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Jun 5, 2023
1 parent e0d37ea commit 152f666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-penguins-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cobalt-ui/utils': minor
---

Move getAliasID to utils
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: latest
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- run: pnpm i
- run: pnpm run build
- uses: changesets/action@v1
with:
version: pnpm run version
Expand Down

0 comments on commit 152f666

Please sign in to comment.