Skip to content

Commit 732b7ce

Browse files
committed
chore: changeset
1 parent b2c9ffc commit 732b7ce

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

.changeset/smart-apples-appear.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@diceui/checkbox-group": minor
3+
"@diceui/combobox": minor
4+
"@diceui/mention": minor
5+
"@diceui/shared": minor
6+
"@diceui/tags-input": minor
7+
---
8+
9+
Bump slot

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
version: 9.15.4
1414

1515
- run: pnpm install
16-
shell: bash
16+
shell: bash

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
version: 9.15.4
8282
- uses: ./.github/setup
8383

84-
- run: pnpm turbo typecheck
84+
- run: pnpm turbo typecheck

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Build
3737
run: pnpm turbo build
3838

39-
# - name: Create Release
40-
# id: changesets
41-
# uses: changesets/action@v1.4.1
42-
# with:
43-
# commit: "chore(release): version packages"
44-
# title: "chore(release): version packages"
45-
# publish: pnpm changeset publish
46-
# env:
47-
# GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
48-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
- name: Create Release
40+
id: changesets
41+
uses: changesets/action@v1.4.1
42+
with:
43+
commit: "chore(release): version packages"
44+
title: "chore(release): version packages"
45+
publish: pnpm changeset publish
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
48+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)